From dd97ae94d04c019151c20464a150d4a1d67c316e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Nov 2020 11:24:33 +0100 Subject: [PATCH] css --- htdocs/product/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index cce41367024..0142e38698e 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -1103,7 +1103,7 @@ if ($resql) // Label if (!empty($arrayfields['p.label']['checked'])) { - print ''.dol_trunc($obj->label, 80).''; + print ''.$obj->label.''; if (!$i) $totalarray['nbfield']++; }