Merge pull request #21945 from frederic34/patch-4
fix display date creation
This commit is contained in:
commit
25e4a3bd7c
@ -1434,7 +1434,7 @@ if ($action == 'create') {
|
||||
|
||||
// Date creation
|
||||
print '<tr><td class="titlefield">'.$langs->trans("DateCreation").'</td>';
|
||||
print '<td colspan="3">'.dol_print_date($object->date_creation, "dayhour")."</td>\n";
|
||||
print '<td colspan="3">'.dol_print_date($object->date_creation, "dayhour", "tzuserrel")."</td>\n";
|
||||
print '</tr>';
|
||||
|
||||
// Delivery date planned
|
||||
|
||||
Loading…
Reference in New Issue
Block a user