2
0
forked from Wavyzz/dolibarr

Removed duplicate function

This commit is contained in:
Laurent Destailleur
2013-04-15 22:26:03 +02:00
parent b7edb3f472
commit 51fe0d9e09
3 changed files with 4 additions and 20 deletions

View File

@@ -1188,6 +1188,9 @@ function dol_print_phone($phone,$country='',$cid=0,$socid=0,$addlink='',$separ="
if (empty($phone)) { return ''; }
if (empty($country)) $country=$mysoc->country_code;
// Short format for small screens
if ($conf->dol_optimize_smallscreen) $separ='';
$newphone=$phone;
if (strtoupper($country) == "FR")
{