diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index f7ec1704375..7466b38e52e 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -232,7 +232,7 @@ if ($socid > 0) print ''.$langs->trans('Country').''.$societe->pays.''; - print ''.$langs->trans("Phone").''.$societe->tel.' '.$langs->trans("Fax").''.$societe->fax.' '; + print ''.$langs->trans("Phone").''.dolibarr_print_phone($societe->tel,$societe->pays_code).' '.$langs->trans("Fax").''.$societe->fax.' '; print ''.$langs->trans("Web")."url\">$societe->url "; print "".$langs->transcountry("ProfId1",$societe->pays_code)."siren."\">".$societe->siren." ";