diff --git a/htdocs/soc.php b/htdocs/soc.php
index 9751de699ea..3fcca977024 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -419,7 +419,7 @@ else
print '
'.$langs->trans('Fax').' | '.dolibarr_print_phone($soc->fax).' | ';
print '| ';
- print $langs->trans('CustomerCode').' | ';
+ print $langs->trans('CustomerCode').' | ';
print $soc->code_client;
if ($soc->check_codeclient() <> 0)
{
|