Merge pull request #13528 from bb2a/patch-3

Link Mail in list
This commit is contained in:
Laurent Destailleur 2020-04-09 19:33:10 +02:00 committed by GitHub
commit 6202b0a391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,8 +139,6 @@ $fieldstosearchall = array(
's.code_fournisseur'=>"SupplierCode",
's.code_compta'=>"CustomerAccountancyCodeShort",
's.code_compta_fournisseur'=>"SupplierAccountancyCodeShort",
's.zip'=>"zip",
's.town'=>"town",
's.email'=>"EMail",
's.url'=>"URL",
's.tva_intra'=>"VATIntra",
@ -1150,7 +1148,7 @@ while ($i < min($num, $limit))
}
if (!empty($arrayfields['s.email']['checked']))
{
print "<td>".$obj->email."</td>\n";
print "<td>".dol_print_email($obj->email, $obj->rowid, $obj->socid, 'AC_EMAIL', 18)."</td>\n";
if (!$i) $totalarray['nbfield']++;
}
if (!empty($arrayfields['s.phone']['checked']))