Merge pull request #21945 from frederic34/patch-4

fix display date creation
This commit is contained in:
Laurent Destailleur 2022-08-30 01:01:35 +02:00 committed by GitHub
commit 25e4a3bd7c
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