Skip to content
Snippets Groups Projects
Commit 8d031900 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

[ bug #464 ] Payment form should allow to add transmitter for bank transfers

parent 2eb38ac8
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie ...@@ -263,7 +263,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
{ {
var code = $("#selectpaiementcode option:selected").val(); var code = $("#selectpaiementcode option:selected").val();
if (code == \'CHQ\') if (code == \'CHQ\' || code == \'VIR\')
{ {
$(\'.fieldrequireddyn\').addClass(\'fieldrequired\'); $(\'.fieldrequireddyn\').addClass(\'fieldrequired\');
if ($(\'#fieldchqemetteur\').val() == \'\') if ($(\'#fieldchqemetteur\').val() == \'\')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment