Merge pull request #21417 from bb2a/FIX---php-V8-soc-list

FIX - php V8 soc list
This commit is contained in:
Laurent Destailleur 2022-07-01 16:35:10 +02:00 committed by GitHub
commit 89c743afb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']++;
}