Fix: Date format
This commit is contained in:
parent
d3c5e93399
commit
974025b5e1
@ -1148,7 +1148,7 @@ else if ($id || $ref)
|
||||
}
|
||||
else
|
||||
{
|
||||
print $object->date_delivery ? dol_print_date($object->date_delivery,'dayhourtext') : ' ';
|
||||
print $object->date_delivery ? dol_print_date($object->date_delivery,'dayhour') : ' ';
|
||||
}
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user