This commit is contained in:
Laurent Destailleur 2021-05-27 14:35:20 +02:00
parent 61138b8210
commit e9cf33dac5

View File

@ -528,7 +528,7 @@ while ($i < min($num, $limit)) {
// Lastname
if (!empty($arrayfields['d.lastname']['checked'])) {
print '<td>'.$adherent->getNomUrl(-1, 0, 'card', 'lastname').'</td>';
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($adherent->lastname).'">'.$adherent->getNomUrl(-1, 0, 'card', 'lastname').'</td>';
if (!$i) {
$totalarray['nbfield']++;
}