Update card.php
This commit is contained in:
parent
a524bbc5c6
commit
b33c366b02
@ -1218,8 +1218,7 @@ if (empty($reshook))
|
|||||||
|
|
||||||
foreach ($amountdeposit as $tva => $amount)
|
foreach ($amountdeposit as $tva => $amount)
|
||||||
{
|
{
|
||||||
|
if (empty($amount)) continue;
|
||||||
if(empty($amount)) continue;
|
|
||||||
|
|
||||||
$arraylist = array('amount' => 'FixAmount','variable' => 'VarAmount');
|
$arraylist = array('amount' => 'FixAmount','variable' => 'VarAmount');
|
||||||
$descline = $langs->trans('Deposit');
|
$descline = $langs->trans('Deposit');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user