diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index 4ca7f88035a..636ff5a9cf1 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -199,7 +199,14 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print ''; + print ''; + + if ($user->rights->categorie->creer) + { + print ''; + } + + print ''; print '
'; print ''. $html->select_all_categories($categorie->id_mere); - print '
'.$langs->trans("NewCat").'
'; print ''; print '
';