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;