fix travis
This commit is contained in:
parent
7776ae6da4
commit
b918d7abc9
@ -2484,6 +2484,7 @@ if ($action == 'create')
|
||||
$htmltext='';
|
||||
if (GETPOST('fac_rec','int') > 0)
|
||||
{
|
||||
$dateexample=($datefacture ? $datefacture : $dateinvoice);
|
||||
if (empty($dateexample)) $dateexample=dol_now();
|
||||
$substitutionarray=array(
|
||||
'__TOTAL_HT__' => $langs->trans("AmountHT").' ('.$langs->trans("Example").': '.price($exampletemplateinvoice->total_ht).')',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user