From 0eab500827e5fed44e537b89b40b38a0e1f96aeb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 23 Feb 2006 10:21:04 +0000 Subject: [PATCH] bugfix --- htdocs/categories/fiche.php | 5 +++++ 1 file changed, 5 insertions(+) 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"));