Ajouter permission Annuler

This commit is contained in:
Rodolphe Quiedeville 2005-04-08 13:59:42 +00:00
parent 292464fed7
commit be58731ef5

View File

@ -136,6 +136,13 @@ class modFournisseur extends DolibarrModules
$this->rights[8][4] = 'commande';
$this->rights[8][5] = 'cloturer';
$this->rights[9][0] = 188;
$this->rights[9][1] = 'Annuler les commandes fournisseur';
$this->rights[9][2] = 'd';
$this->rights[9][3] = 0;
$this->rights[9][4] = 'commande';
$this->rights[9][5] = 'annuler';
$sql = array();
$this->load_datas();