From c795ce7c05810b8c2aeac0d96dfef2ca8605acc4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Mar 2005 21:20:16 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Traduction=20"SIREN"=20selon=20langue?= =?UTF-8?q?=20utilisateur=20+=20pays=20de=20la=20soci=E9t=E9=20et=20non=20?= =?UTF-8?q?seulement=20de=20la=20langue.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/recap-client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/recap-client.php b/htdocs/compta/recap-client.php index 959848f3831..8bbdee76fd5 100644 --- a/htdocs/compta/recap-client.php +++ b/htdocs/compta/recap-client.php @@ -131,7 +131,7 @@ if ($socid > 0) print ''.$langs->trans("Phone").''.$societe->tel.' Fax'.$societe->fax.' '; - print ''.$langs->trans("ProfIdSiren").''.$societe->siren.' '; + print ''.$langs->transcountry("ProfId1",$societe->pays_code).''.$societe->siren.' '; print ''.$langs->trans("Prefix").''; if ($societe->prefix_comm) {