diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
index daa5ade05b5..255dc4888aa 100644
--- a/htdocs/categories/viewcat.php
+++ b/htdocs/categories/viewcat.php
@@ -353,7 +353,7 @@ if ($type == Categorie::TYPE_PRODUCT)
print "
";
print "
\n";
- print '| '.$langs->trans("ProductsAndServices")." |
\n";
+ print '| '.$langs->trans("ProductsAndServices")." (".count($prods).") |
\n";
if (count($prods) > 0)
{
@@ -402,7 +402,7 @@ if ($type == Categorie::TYPE_SUPPLIER)
{
print "
";
print ''."\n";
- print '| '.$langs->trans("Suppliers")." |
\n";
+ print '| '.$langs->trans("Suppliers")." (".count($socs).") |
\n";
if (count($socs) > 0)
{
@@ -451,7 +451,7 @@ if($type == Categorie::TYPE_CUSTOMER)
{
print "
";
print ''."\n";
- print '| '.$langs->trans("Customers")." |
\n";
+ print '| '.$langs->trans("Customers")." (".count($socs).") |
\n";
if (count($socs) > 0)
{
@@ -507,7 +507,7 @@ if ($type == Categorie::TYPE_MEMBER)
{
print "
";
print "\n";
- print '| '.$langs->trans("Member")." |
\n";
+ print '| '.$langs->trans("Member")." (".count($prods).") |
\n";
if (count($prods) > 0)
{
@@ -558,7 +558,7 @@ if ($type == Categorie::TYPE_CONTACT)
{
print "
";
print ''."\n";
- print '| '.$langs->trans("Contact")." |
\n";
+ print '| '.$langs->trans("Contact")." (".count($contacts).") |
\n";
if (count($contacts) > 0)
{
@@ -613,7 +613,7 @@ if ($type == Categorie::TYPE_ACCOUNT)
{
print "
";
print "\n";
- print '| '.$langs->trans("Account")." |
\n";
+ print '| '.$langs->trans("Account")." (".count($accounts).") |
\n";
if (count($accounts) > 0)
{
@@ -666,7 +666,7 @@ if ($type == Categorie::TYPE_PROJECT)
{
print "
";
print "\n";
- print '| '.$langs->trans("Project")." |
\n";
+ print '| '.$langs->trans("Project")." (".count($projects).") |
\n";
if (count($projects) > 0)
{