From c795ce7c05810b8c2aeac0d96dfef2ca8605acc4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> 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 '<tr><td>'.$langs->trans("Phone").'</td><td>'.$societe->tel.' </td><td>Fax</td><td>'.$societe->fax.' </td></tr>'; - print '<tr><td nowrap>'.$langs->trans("ProfIdSiren").'</td><td><a href="http://www.societe.com/cgi-bin/recherche?rncs='.$societe->siren.'">'.$societe->siren.'</a> </td>'; + print '<tr><td nowrap>'.$langs->transcountry("ProfId1",$societe->pays_code).'</td><td><a href="http://www.societe.com/cgi-bin/recherche?rncs='.$societe->siren.'">'.$societe->siren.'</a> </td>'; print '<td>'.$langs->trans("Prefix").'</td><td>'; if ($societe->prefix_comm) { -- GitLab