This commit is contained in:
Laurent Destailleur 2022-09-05 09:15:45 +02:00
parent e4dea1829e
commit 3e9df092f4

View File

@ -2323,7 +2323,7 @@ if ($resql) {
print $hookmanager->resPrint;
// Date creation
if (!empty($arrayfields['f.datec']['checked'])) {
print '<td class="nowrap center">';
print '<td class="nowraponall center">';
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
print '</td>';
if (!$i) {
@ -2332,7 +2332,7 @@ if ($resql) {
}
// Date modification
if (!empty($arrayfields['f.tms']['checked'])) {
print '<td class="nowrap center">';
print '<td class="nowraponall center">';
print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
print '</td>';
if (!$i) {
@ -2341,7 +2341,7 @@ if ($resql) {
}
// Date closing
if (!empty($arrayfields['f.date_closing']['checked'])) {
print '<td class="nowrap center">';
print '<td class="nowraponall center">';
print dol_print_date($db->jdate($obj->date_closing), 'dayhour', 'tzuser');
print '</td>';
if (!$i) {