Look and feel v15

This commit is contained in:
Laurent Destailleur 2021-11-08 18:53:19 +01:00
parent d55fde4633
commit 6e1213128f

View File

@ -810,8 +810,9 @@ while ($i < min($num, $limit)) {
}
print '</td>';
}
// Email
if (!empty($arrayfields['s.email']['checked'])) {
print '<td>'.dol_print_email($obj->email).'</td>';
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($obj->email).'">'.dol_print_email($obj->email, 0, $obj->socid, 0, 0, 1, 1).'</td>';
}
// Town
if (!empty($arrayfields['s.town']['checked'])) {