Ajout permission commander les produits
This commit is contained in:
parent
ac92cdec04
commit
63764ae50d
@ -324,7 +324,7 @@ class User
|
|||||||
$this->rights->produit->creer = 1;
|
$this->rights->produit->creer = 1;
|
||||||
|
|
||||||
if ($obj->fk_id == 33)
|
if ($obj->fk_id == 33)
|
||||||
$this->rights->produit->modifier = 1;
|
$this->rights->produit->commander = 1;
|
||||||
|
|
||||||
if ($obj->fk_id == 34)
|
if ($obj->fk_id == 34)
|
||||||
$this->rights->produit->supprimer = 1;
|
$this->rights->produit->supprimer = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user