Modification des permissions
This commit is contained in:
parent
30061ef730
commit
4af165e9e7
@ -94,15 +94,22 @@ class modContrat extends DolibarrModules
|
||||
$this->rights[1][3] = 1;
|
||||
|
||||
$this->rights[2][0] = 162;
|
||||
$this->rights[2][1] = 'Mettre en service un contrat';
|
||||
$this->rights[2][1] = 'Créer / modifier les contrats';
|
||||
$this->rights[2][2] = 'r';
|
||||
$this->rights[2][3] = 0;
|
||||
$this->rights[2][3] = 0;
|
||||
|
||||
$this->rights[3][0] = 163;
|
||||
$this->rights[3][1] = 'Mettre en service un contrat';
|
||||
$this->rights[3][2] = 'r';
|
||||
$this->rights[3][3] = 0;
|
||||
|
||||
$this->rights[3][0] = 164;
|
||||
$this->rights[3][1] = 'Mettre fin au service d\'un contrat';
|
||||
$this->rights[3][2] = 'r';
|
||||
$this->rights[3][3] = 0;
|
||||
|
||||
|
||||
|
||||
return $this->_init($sql);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user