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.'';