diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index d046c325eca..452f3b089eb 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1091,7 +1091,8 @@ while ($i < min($num, $limit)) } if (! empty($arrayfields['s.phone']['checked'])) { - print "".$obj->phone."\n"; + $tmpcode=getCountry($obj->fk_pays,2); + print "".dol_print_phone($obj->phone, $tmpcode,0,$obj->rowid)."\n"; if (! $i) $totalarray['nbfield']++; } if (! empty($arrayfields['s.url']['checked']))