diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index 0d8a92c1cf3..342ee1b8ee3 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2423,8 +2423,29 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
if ($object->client)
{
print '
| ';
- print $langs->trans('CustomerCode').' | ';
- print $object->code_client;
+ print $langs->trans('CustomerCode').' | ';
+ print "";
+ print '';
+ print $object->code_client .' | ';
$tmpcheck = $object->check_codeclient();
if ($tmpcheck != 0 && $tmpcheck != -5) {
print ' ('.$langs->trans("WrongCustomerCode").')';