Update shipment.php
This commit is contained in:
parent
39f228b98a
commit
ce9b841d9f
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user