diff --git a/htdocs/accountancy/customer/index.php b/htdocs/accountancy/customer/index.php
index 87fe74e2c77..54262c32dbd 100644
--- a/htdocs/accountancy/customer/index.php
+++ b/htdocs/accountancy/customer/index.php
@@ -511,7 +511,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) { // This part of code looks strange
print "
\n";
print '
| '.$langs->trans("TotalMarge").'SSSSS | '; + print '
| '.$langs->trans("TotalMarge").' | '; for ($i = 1; $i <= 12; $i++) { $j = $i + ($conf->global->SOCIETE_FISCAL_MONTH_START ? $conf->global->SOCIETE_FISCAL_MONTH_START : 1) - 1; if ($j > 12) {