fix display date creation

This commit is contained in:
Frédéric FRANCE 2022-08-29 16:52:27 +02:00 committed by GitHub
parent 215f89d545
commit 185f8896c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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