From ae6e3ad5c4a6483ec86db1f884e41763d3c196c5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 31 Jul 2012 13:40:38 +0200 Subject: [PATCH] [ bug #464 ] Payment form should allow to add transmitter for bank transfers --- htdocs/compta/paiement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index b66c4b09ecf..a086741b9ba 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -263,7 +263,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie { var code = $("#selectpaiementcode option:selected").val(); - if (code == \'CHQ\') + if (code == \'CHQ\' || code == \'VIR\') { $(\'.fieldrequireddyn\').addClass(\'fieldrequired\'); if ($(\'#fieldchqemetteur\').val() == \'\')