Update pay.php
This commit is contained in:
parent
6bab56c6bb
commit
27ae740e82
@ -65,7 +65,7 @@ if ($resql) {
|
||||
if ($paycode == 'CHQ') $paycode = 'CHEQUE';
|
||||
|
||||
$accountname="CASHDESK_ID_BANKACCOUNT_".$paycode;
|
||||
if ($conf->global->$accountname) array_push($paiements, $obj);
|
||||
if (! empty($conf->global->$accountname) && $conf->global->$accountname > 0) array_push($paiements, $obj);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user