From 00a5a9036623d97a5b6625e6d81f93f9cc73b08b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Feb 2005 22:10:35 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20test=20sur=20le=20SIREN=20n'est=20f?= =?UTF-8?q?ait=20que=20si=20la=20soci=E9t=E9=20est=20fran=E7aise.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 0076d6b89a0..22a8fe43095 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -184,9 +184,9 @@ if ($_GET["action"] == 'create') print ''.$langs->trans('CustomerCode').''; print ''.$langs->trans('Web').''; - print ''.$langs->transcountry('ProfId1',$soc->pays_code).''; - print ''.$langs->transcountry('ProfId2',$soc->pays_code).''; - print ''.$langs->transcountry('ProfId3',$soc->pays_code).' '; + print ''.$langs->transcountry('ProfIdSiren',$soc->pays_code).''; + print ''.$langs->transcountry('ProfIdSiret',$soc->pays_code).''; + print ''.$langs->transcountry('ProfIdApe',$soc->pays_code).' '; print ''.$langs->trans('Capital').' '.$conf->monnaie.'';