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