FIX wrap on contract ref
This commit is contained in:
parent
46119dc786
commit
b55b0e505f
@ -576,7 +576,7 @@ while ($i < min($num, $limit))
|
|||||||
// Ref
|
// Ref
|
||||||
if (!empty($arrayfields['c.ref']['checked']))
|
if (!empty($arrayfields['c.ref']['checked']))
|
||||||
{
|
{
|
||||||
print '<td>';
|
print '<td class="nowraponall">';
|
||||||
print $contractstatic->getNomUrl(1, 16);
|
print $contractstatic->getNomUrl(1, 16);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user