From b710a417077b45170babef3afb77e18da65ea39d Mon Sep 17 00:00:00 2001 From: futurehousestore Date: Sun, 3 Mar 2019 16:23:10 +0000 Subject: [PATCH] Update list.php Display full product name --- 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 b37a0d31df9..901778d755f 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -797,7 +797,7 @@ if ($resql) // Label if (! empty($arrayfields['p.label']['checked'])) { - print ''.dol_trunc($obj->label, 40).''; + print ''.dol_trunc($obj->label, 70).''; if (! $i) $totalarray['nbfield']++; }