diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 42c5f09c9c9..35dfb8df7f2 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -234,7 +234,7 @@ llxHeader("","",$langs->trans("CardProduct".$product->type)); * Création du produit * */ -if ($_GET["action"] == 'create') +if ($_GET["action"] == 'create' && $user->rights->produit->creer) { $html = new Form($db); $nbligne=0;