FIX wrap on contract ref

This commit is contained in:
Laurent Destailleur 2020-07-09 13:56:29 +02:00
parent 46119dc786
commit b55b0e505f

View File

@ -576,7 +576,7 @@ while ($i < min($num, $limit))
// Ref
if (!empty($arrayfields['c.ref']['checked']))
{
print '<td>';
print '<td class="nowraponall">';
print $contractstatic->getNomUrl(1, 16);
print '</td>';
if (!$i) $totalarray['nbfield']++;