From b2d958634efb05a9180208d258ab2efc978a17db Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Jul 2005 14:28:55 +0000 Subject: [PATCH] Fix: Format telephone correctement en fonction du pays. --- htdocs/compta/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ";