This commit is contained in:
Laurent Destailleur 2020-11-05 11:24:33 +01:00
parent 779566ef30
commit dd97ae94d0

View File

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