diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index e4cc496e7cb..bb170f3a60f 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -245,7 +245,7 @@ if ($socid > 0)
print "";
print '
| '.$langs->trans("AccountancyCode").' | '.$societe->code_compta.' | ';
- print ''.$langs->trans("CustomerCode").' | ';
+ print ' | '.$langs->trans("CustomerCode").'/' . $langs->trans("SupplierCode") . ' | ';
print $societe->code_client;
print " |
";