Update list.php
This commit is contained in:
parent
b8a657ec0f
commit
b1ad30cbb4
@ -139,8 +139,6 @@ $fieldstosearchall = array(
|
|||||||
's.code_fournisseur'=>"SupplierCode",
|
's.code_fournisseur'=>"SupplierCode",
|
||||||
's.code_compta'=>"CustomerAccountancyCodeShort",
|
's.code_compta'=>"CustomerAccountancyCodeShort",
|
||||||
's.code_compta_fournisseur'=>"SupplierAccountancyCodeShort",
|
's.code_compta_fournisseur'=>"SupplierAccountancyCodeShort",
|
||||||
's.zip'=>"zip",
|
|
||||||
's.town'=>"town",
|
|
||||||
's.email'=>"EMail",
|
's.email'=>"EMail",
|
||||||
's.url'=>"URL",
|
's.url'=>"URL",
|
||||||
's.tva_intra'=>"VATIntra",
|
's.tva_intra'=>"VATIntra",
|
||||||
@ -1150,7 +1148,7 @@ while ($i < min($num, $limit))
|
|||||||
}
|
}
|
||||||
if (!empty($arrayfields['s.email']['checked']))
|
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 (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
if (!empty($arrayfields['s.phone']['checked']))
|
if (!empty($arrayfields['s.phone']['checked']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user