Ajout permission commander les produits

This commit is contained in:
Rodolphe Quiedeville 2004-11-22 07:54:59 +00:00
parent ac92cdec04
commit 63764ae50d

View File

@ -324,7 +324,7 @@ class User
$this->rights->produit->creer = 1;
if ($obj->fk_id == 33)
$this->rights->produit->modifier = 1;
$this->rights->produit->commander = 1;
if ($obj->fk_id == 34)
$this->rights->produit->supprimer = 1;