Update shipment.php

This commit is contained in:
ptibogxiv 2020-05-12 15:33:25 +02:00 committed by GitHub
parent 39f228b98a
commit ce9b841d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ if ($id > 0 || !empty($ref))
// Date
print '<tr><td>'.$langs->trans('Date').'</td>';
print '<td colspan="2">';
print dol_print_date($object->date, 'daytext');
print dol_print_date($object->date, 'dayhour');
if ($object->hasDelay() && empty($object->date_livraison)) {
print ' '.img_picto($langs->trans("Late").' : '.$object->showDelay(), "warning");
}