FIX - php V8 soc list

This commit is contained in:
BB2A Anthony Berton 2022-06-30 09:56:37 +02:00
parent 8f7ec29ccc
commit 364960a8fc

View File

@ -1583,7 +1583,7 @@ while ($i < min($num, $limit)) {
}
}
if (!empty($arrayfields['s.email']['checked'])) {
print '<td class="tdoverflowmax150">'.dol_print_email($obj->email, $obj->rowid, $obj->socid, 'AC_EMAIL', 0, 0, 1)."</td>\n";
print '<td class="tdoverflowmax150">'.dol_print_email($obj->email, $obj->rowid, $obj->rowid, 'AC_EMAIL', 0, 0, 1)."</td>\n";
if (!$i) {
$totalarray['nbfield']++;
}