diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index 34a3d367f76..f7ec4389141 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -48,9 +48,13 @@ $html = new Form($db); /* * Action création de la catégorie */ -if (($_GET["action"] == 'create' && $user->rights->produit->creer) || $_POST["action"] == 'choicenbcats') + +if ($user->rights->produit->creer) { + if ($_GET["action"] == 'create' || $_POST["action"] == 'choicenbcats') + { print '
'; + print ''; print ''; print '';