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