Correction id permissions
This commit is contained in:
parent
04131df32c
commit
68372e9897
@ -226,7 +226,7 @@ class modTelephonie extends DolibarrModules
|
|||||||
$this->rights[$r][5] = 'lire';
|
$this->rights[$r][5] = 'lire';
|
||||||
$r++;
|
$r++;
|
||||||
|
|
||||||
$this->rights[$r][0] = 281;
|
$this->rights[$r][0] = 311;
|
||||||
$this->rights[$r][1] = 'Consulter les services';
|
$this->rights[$r][1] = 'Consulter les services';
|
||||||
$this->rights[$r][2] = 'w';
|
$this->rights[$r][2] = 'w';
|
||||||
$this->rights[$r][3] = 0;
|
$this->rights[$r][3] = 0;
|
||||||
@ -234,7 +234,7 @@ class modTelephonie extends DolibarrModules
|
|||||||
$this->rights[$r][5] = 'lire';
|
$this->rights[$r][5] = 'lire';
|
||||||
$r++;
|
$r++;
|
||||||
|
|
||||||
$this->rights[$r][0] = 282;
|
$this->rights[$r][0] = 312;
|
||||||
$this->rights[$r][1] = 'Affecter des services à un contrat';
|
$this->rights[$r][1] = 'Affecter des services à un contrat';
|
||||||
$this->rights[$r][2] = 'w';
|
$this->rights[$r][2] = 'w';
|
||||||
$this->rights[$r][3] = 0;
|
$this->rights[$r][3] = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user