Update list.php

This commit is contained in:
Anthony Berton 2020-04-08 14:51:28 +02:00 committed by GitHub
parent b8a657ec0f
commit b1ad30cbb4
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']))