From be2f93bd3c4e8e73057da927fedecef7e8182f62 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 25 Dec 2004 19:04:31 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Siren=20perdu=20sur=20=E9cran=20apr=E8s?= =?UTF-8?q?=20retour=20=E0=20page=20cr=E9ation=20suite=20=E0=20un=20=E9che?= =?UTF-8?q?c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index e0bc15b0ee0..6b3e97407db 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -182,9 +182,9 @@ if ($_GET["action"] == 'create') print ''.$langs->trans('Fax').''; print ''.$langs->trans('CustomerCode').''; - print ''.$langs->trans('Web').''; + print ''.$langs->trans('Web').''; - print ''.$langs->trans('ProfIdSiren').''; + print ''.$langs->trans('ProfIdSiren').''; print ''.$langs->trans('ProfIdSiret').''; print ''.$langs->trans('ProfIdApe').'';