Look and feel v15
This commit is contained in:
parent
d55fde4633
commit
6e1213128f
@ -810,8 +810,9 @@ while ($i < min($num, $limit)) {
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
// Email
|
||||||
if (!empty($arrayfields['s.email']['checked'])) {
|
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
|
// Town
|
||||||
if (!empty($arrayfields['s.town']['checked'])) {
|
if (!empty($arrayfields['s.town']['checked'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user