This commit is contained in:
Laurent Destailleur 2021-02-04 19:48:57 +01:00
parent 95c75f8ba8
commit 8cbd9fc0d8

View File

@ -658,7 +658,7 @@ while ($i < min($num, $limit))
} }
if (!empty($arrayfields['s.nom']['checked'])) if (!empty($arrayfields['s.nom']['checked']))
{ {
print '<td>'; print '<td class="tdoverflowmax150">';
if ($obj->socid > 0) { if ($obj->socid > 0) {
// TODO Use a cache for this string // TODO Use a cache for this string
print $socstatic->getNomUrl(1, ''); print $socstatic->getNomUrl(1, '');