From 0cedf292d00c69b6a153927e2bd9e8a9418af059 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 1 Dec 2004 15:57:28 +0000 Subject: [PATCH] =?UTF-8?q?Emp=EAche=20la=20modification=20d'un=20code=20c?= =?UTF-8?q?lient=20une=20fois=20celui-ci=20saisie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index dd8db6652e3..66f6d8c2fcf 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -224,7 +224,17 @@ elseif ($_GET["action"] == 'edit') print ''.$langs->trans('Phone').''; print ''.$langs->trans('Fax').''; - print ''.$langs->trans('Code client').''; + print ''.$langs->trans('Code client').''; + if ($soc->code_client) + { + print $soc->code_client; + } + else + { + print ''; + } + + print ''; print ''.$langs->trans('Web').'';