diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index 3b40addde9d..0591d75d5a3 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -1040,8 +1040,10 @@ if (!empty($conf->facture->enabled) && $user->rights->facture->lire)
}
if ($othernb) {
+ $colspan = 6;
+ if (!empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) $colspan++;
print '
';
- print '| ';
+ print ' | ';
print ''.$langs->trans("More").'... ('.$othernb.')';
print ' | ';
print "
\n";
@@ -1174,8 +1176,10 @@ if ((!empty($conf->fournisseur->enabled) && empty($conf->global->MAIN_USE_NEW_SU
}
if ($othernb) {
+ $colspan = 6;
+ if (!empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) $colspan++;
print '';
- print '| ';
+ print ' | ';
print ''.$langs->trans("More").'... ('.$othernb.')';
print ' | ';
print "
\n";