diff --git a/htdocs/expensereport/index.php b/htdocs/expensereport/index.php index bfe5bc59126..f7d4e2a8405 100644 --- a/htdocs/expensereport/index.php +++ b/htdocs/expensereport/index.php @@ -122,7 +122,7 @@ foreach ($listoftype as $code => $label) if ($conf->use_javascript_ajax) { - print '
| '.$langs->trans("BoxTitleLastModifiedExpenses", min($max, $num)).' | '; - print ''.$langs->trans("AmountHT").' | '; - print ''.$langs->trans("AmountTTC").' | '; - print ''.$langs->trans("DateModificationShort").' | '; + print ''.$langs->trans("AmountHT").' | '; + print ''.$langs->trans("AmountTTC").' | '; + print ''.$langs->trans("DateModificationShort").' | '; print ''; print ' | ||
|---|---|---|---|---|---|---|---|---|---|
| '.$expensereportstatic->getNomUrl(1).' | '; print ''.$userstatic->getNomUrl(-1).' | '; - print ''.price($obj->total_ht).' | '; - print ''.price($obj->total_ttc).' | '; - print ''.dol_print_date($db->jdate($obj->dm), 'day').' | '; - print ''; + print ' | '.price($obj->total_ht).' | '; + print ''.price($obj->total_ttc).' | '; + print ''.dol_print_date($db->jdate($obj->dm), 'day').' | '; + print ''; //print $obj->libelle; print $expensereportstatic->LibStatut($obj->fk_status, 3); print ' | ';