Ajout d'une permission

This commit is contained in:
Rodolphe Quiedeville 2005-09-27 08:56:27 +00:00
parent ad0ebfd1b3
commit 0bb5b5243b

View File

@ -232,6 +232,14 @@ class modTelephonie extends DolibarrModules
$this->rights[$r][5] = 'lire';
$r++;
$this->rights[$r][0] = 282;
$this->rights[$r][1] = 'Affecter des services à un contrat';
$this->rights[$r][2] = 'w';
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'service';
$this->rights[$r][5] = 'affecter';
$r++;
$this->rights[$r][0] = 291;
$this->rights[$r][1] = 'Consulter les tarifs';
$this->rights[$r][2] = 'w';