diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php
index 3caa148ae3e..c790bc08d1a 100644
--- a/htdocs/categories/fiche.php
+++ b/htdocs/categories/fiche.php
@@ -95,6 +95,11 @@ if ($user->rights->produit->creer)
print '';
print '';
print '';
+
+ foreach ($cats_meres as $id => $cat_mere)
+ {
+ print '';
+ }
print_fiche_titre($langs->trans("CreateCat"));