From 0bb5b5243b72fe0c17155921f2c28bfce880a303 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Sep 2005 08:56:27 +0000 Subject: [PATCH] Ajout d'une permission --- htdocs/includes/modules/modTelephonie.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index e228776f75b..dec0479626d 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -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';