Update list.php

This commit is contained in:
ptibogxiv 2020-05-12 15:37:37 +02:00 committed by GitHub
parent f837bf043a
commit 70ea77ce8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1147,7 +1147,7 @@ if ($resql)
if (!empty($arrayfields['c.date_delivery']['checked']))
{
print '<td class="center">';
print dol_print_date($db->jdate($obj->date_delivery), 'day');
print dol_print_date($db->jdate($obj->date_delivery), 'dayhour');
print '</td>';
if (!$i) $totalarray['nbfield']++;
}