2
0
forked from Wavyzz/dolibarr

Update list.php

Display full product name
This commit is contained in:
futurehousestore
2019-03-03 16:23:10 +00:00
committed by GitHub
parent 15a6da1a8c
commit b710a41707

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="tdoverflowmax220">'.dol_trunc($obj->label, 70).'</td>';
if (! $i) $totalarray['nbfield']++;
}