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

Modification des permissions

parent 8cd304a9
No related branches found
No related tags found
No related merge requests found
......@@ -104,10 +104,10 @@ class modTelephonie extends DolibarrModules
$this->rights[2][3] = 0; // La permission est-elle une permission par défaut
$this->rights[2][4] = 'ligne_commander';
$this->rights[3][0] = 143; // id de la permission
$this->rights[3][1] = 'Activer une ligne'; // libelle de la permission
$this->rights[3][2] = 'w'; // type de la permission (déprécié à ce jour)
$this->rights[3][3] = 0; // La permission est-elle une permission par défaut
$this->rights[3][0] = 143;
$this->rights[3][1] = 'Activer une ligne';
$this->rights[3][2] = 'w';
$this->rights[3][3] = 0;
$this->rights[3][4] = 'ligne_activer';
$this->rights[4][0] = 144; // id de la permission
......@@ -164,6 +164,13 @@ class modTelephonie extends DolibarrModules
$this->rights[11][4] = 'contrat';
$this->rights[11][5] = 'paiement';
$this->rights[12][0] = 193;
$this->rights[12][1] = 'Résilier des lignes';
$this->rights[12][2] = 'w';
$this->rights[12][3] = 0;
$this->rights[12][4] = 'ligne';
$this->rights[12][5] = 'resilier';
// Dir
$this->dirs[0] = $conf->telephonie->dir_output;
$this->dirs[1] = $conf->telephonie->dir_output."/ligne";
......
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