Look and feel v16

This commit is contained in:
Laurent Destailleur 2022-06-28 11:33:19 +02:00
parent 0091c31b99
commit b8e5f3c4f2

View File

@ -185,7 +185,7 @@ class box_factures extends ModeleBoxes
);
$this->info_box_contents[$line][] = array(
'td' => 'class="right"',
'td' => 'class="center nowraponall" title="'.dol_escape_htmltag($langs->trans("DateModification").': '.dol_print_date($date, 'dayhour', 'tzuserrel')).'"',
'text' => dol_print_date($date, 'day', 'tzuserrel'),
);