diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index c56b663a77b..1453491fd11 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -115,6 +115,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele
{
print '
';
print '
';
}
@@ -165,6 +167,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
{
$num = $db->num_rows($resql);
+ print '';
print '
';
print '';
print '| '.$langs->trans("CustomersDraftInvoices").($num?' '.$num.'':'').' |
';
@@ -216,7 +219,7 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
{
print '| '.$langs->trans("NoInvoice").' |
';
}
- print "
";
+ print "
";
$db->free($resql);
}
else
@@ -251,6 +254,7 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture-
{
$num = $db->num_rows($resql);
+ print '';
print '
';
print '';
print '| '.$langs->trans("SuppliersDraftInvoices").($num?' '.$num.'':'').' |
';
@@ -303,7 +307,7 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture-
{
print '| '.$langs->trans("NoInvoice").' |
';
}
- print "
";
+ print "
";
$db->free($resql);
}
else