Merge pull request #10732 from futurehousestore/futurehousestore-patch-1

Show full product names on product list
This commit is contained in:
Laurent Destailleur 2019-03-04 16:13:49 +01:00 committed by GitHub
commit 4a260cce49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -797,7 +797,7 @@ if ($resql)
// Label
if (! empty($arrayfields['p.label']['checked']))
{
print '<td class="tdoverflowmax200">'.dol_trunc($obj->label, 40).'</td>';
print '<td class="tdoverflowmax200">'.dol_trunc($obj->label, 70).'</td>';
if (! $i) $totalarray['nbfield']++;
}