Skip to content
Snippets Groups Projects
Commit a86d1670 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout d'une nouvelle permission

parent 88aa5514
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,15 @@ class modTelephonie extends DolibarrModules
$r++;
$this->rights[$r][0] = 271;
$this->rights[$r][1] = 'Consulter le CA';
$this->rights[$r][2] = 'w';
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'ca';
$this->rights[$r][5] = 'lire';
$r++;
$this->rights[$r][0] = 206;
$this->rights[$r][1] = 'Consulter les liaisons';
$this->rights[$r][2] = 'w';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment