Ajout d'une permission

This commit is contained in:
Rodolphe Quiedeville 2005-07-25 13:06:25 +00:00
parent c324fd866f
commit db051e1190

View File

@ -97,10 +97,17 @@ class modPrelevement extends DolibarrModules
$this->rights[3][0] = 153;
$this->rights[3][1] = 'Consulter les bons de prélèvements';
$this->rights[3][2] = 'r';
$this->rights[3][3] = 1;
$this->rights[3][3] = 0;
$this->rights[3][4] = 'bons';
$this->rights[3][5] = 'lire';
$this->rights[3][0] = 154;
$this->rights[3][1] = 'Créer un bon de prélèvement';
$this->rights[3][2] = 'w';
$this->rights[3][3] = 0;
$this->rights[3][4] = 'bons';
$this->rights[3][5] = 'creer';
}