2
0
forked from Wavyzz/dolibarr

Ajout d'une nouvelle permission

This commit is contained in:
Rodolphe Quiedeville
2005-09-02 11:26:50 +00:00
parent 88aa5514dd
commit a86d167048

View File

@@ -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';