From 15dc5f9d2349b75c9aa154edc48be160e8c02ba1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 May 2019 16:46:09 +0200 Subject: [PATCH] Fix css --- htdocs/product/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 0a5508ae725..df2c466f1f0 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -1078,7 +1078,7 @@ if ($resql) // Date creation if (! empty($arrayfields['p.datec']['checked'])) { - print ''; + print ''; print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser'); print ''; if (! $i) $totalarray['nbfield']++; @@ -1086,7 +1086,7 @@ if ($resql) // Date modification if (! empty($arrayfields['p.tms']['checked'])) { - print ''; + print ''; print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser'); print ''; if (! $i) $totalarray['nbfield']++;