Debug v21

This commit is contained in:
Laurent Destailleur 2025-01-11 00:05:58 +01:00
parent e05acff8e0
commit 714df27e95

View File

@ -2704,7 +2704,7 @@ while ($i < $imaxinloop) {
// Date creation
if (!empty($arrayfields['c.datec']['checked'])) {
print '<td align="center" class="nowrap">';
print '<td class="center nowraponall">';
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
print '</td>';
if (!$i) {
@ -2714,7 +2714,7 @@ while ($i < $imaxinloop) {
// Date modification
if (!empty($arrayfields['c.tms']['checked'])) {
print '<td align="center" class="nowrap">';
print '<td class="center nowraponall">';
print dol_print_date($db->jdate($obj->date_modification), 'dayhour', 'tzuser');
print '</td>';
if (!$i) {
@ -2724,7 +2724,7 @@ while ($i < $imaxinloop) {
// Date cloture
if (!empty($arrayfields['c.date_cloture']['checked'])) {
print '<td align="center" class="nowrap">';
print '<td class="center nowraponall">';
print dol_print_date($db->jdate($obj->date_cloture), 'dayhour', 'tzuser');
print '</td>';
if (!$i) {