Add dol_print_phone

Add dol_print_phone in thirdparty table list.
This commit is contained in:
dolibarr95 2018-03-20 11:13:02 +01:00 committed by GitHub
parent 7948359bf7
commit 9887d38589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1091,7 +1091,8 @@ while ($i < min($num, $limit))
}
if (! empty($arrayfields['s.phone']['checked']))
{
print "<td>".$obj->phone."</td>\n";
$tmpcode=getCountry($obj->fk_pays,2);
print "<td>".dol_print_phone($obj->phone, $tmpcode,0,$obj->rowid)."</td>\n";
if (! $i) $totalarray['nbfield']++;
}
if (! empty($arrayfields['s.url']['checked']))