Ajout permissions

This commit is contained in:
Rodolphe Quiedeville
2005-09-02 12:25:16 +00:00
parent 8d361e659a
commit 1a4d76d75d

View File

@@ -232,6 +232,14 @@ class modTelephonie extends DolibarrModules
$this->rights[$r][5] = 'permission';
$r++;
$this->rights[$r][0] = 281;
$this->rights[$r][1] = 'Consulter les services';
$this->rights[$r][2] = 'w';
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'service';
$this->rights[$r][5] = 'lire';
$r++;
// Dir
$this->dirs[0] = $conf->telephonie->dir_output;
$this->dirs[1] = $conf->telephonie->dir_output."/ligne";