Ajout permission commande->receptionner

This commit is contained in:
Rodolphe Quiedeville 2005-04-05 09:05:37 +00:00
parent d45e742b86
commit 65e0a48841

View File

@ -129,6 +129,13 @@ class modFournisseur extends DolibarrModules
$this->rights[7][4] = 'commande';
$this->rights[7][5] = 'cloturer';
$this->rights[8][0] = 187;
$this->rights[8][1] = 'Réceptionner les commandes fournisseur';
$this->rights[8][2] = 'd';
$this->rights[8][3] = 0;
$this->rights[8][4] = 'commande';
$this->rights[8][5] = 'receptionner';
$sql = array();
$this->load_datas();