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']++; }