From 68372e98978b78750f75fa0ce83b9e17beda4365 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 25 Apr 2007 13:49:57 +0000 Subject: [PATCH] Correction id permissions --- htdocs/includes/modules/modTelephonie.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index 3fc68ca6bab..dde4eece706 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -226,7 +226,7 @@ class modTelephonie extends DolibarrModules $this->rights[$r][5] = 'lire'; $r++; - $this->rights[$r][0] = 281; + $this->rights[$r][0] = 311; $this->rights[$r][1] = 'Consulter les services'; $this->rights[$r][2] = 'w'; $this->rights[$r][3] = 0; @@ -234,7 +234,7 @@ class modTelephonie extends DolibarrModules $this->rights[$r][5] = 'lire'; $r++; - $this->rights[$r][0] = 282; + $this->rights[$r][0] = 312; $this->rights[$r][1] = 'Affecter des services à un contrat'; $this->rights[$r][2] = 'w'; $this->rights[$r][3] = 0;