mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v21
This commit is contained in:
parent
e05acff8e0
commit
714df27e95
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user