Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
This commit is contained in:
commit
39e24d30aa
@ -1318,6 +1318,8 @@ if (empty($reshook))
|
|||||||
|
|
||||||
foreach ($amountdeposit as $tva => $amount)
|
foreach ($amountdeposit as $tva => $amount)
|
||||||
{
|
{
|
||||||
|
if (empty($amount)) continue;
|
||||||
|
|
||||||
$arraylist = array('amount' => 'FixAmount','variable' => 'VarAmount');
|
$arraylist = array('amount' => 'FixAmount','variable' => 'VarAmount');
|
||||||
$descline = $langs->trans('Deposit');
|
$descline = $langs->trans('Deposit');
|
||||||
//$descline.= ' - '.$langs->trans($arraylist[$typeamount]);
|
//$descline.= ' - '.$langs->trans($arraylist[$typeamount]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user