fix travis

This commit is contained in:
fappels 2016-12-05 19:20:46 +01:00
parent 7776ae6da4
commit b918d7abc9

View File

@ -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).')',