[ bug #464 ] Payment form should allow to add transmitter for bank transfers
This commit is contained in:
parent
2eb38ac8c8
commit
8d031900f9
@ -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() == \'\')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user