diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 09caa999758..74b77c5f6fd 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -443,6 +443,15 @@ class User $this->rights->caisse->configurer = 1; } + if ($module == 'telephonie' or $module == '') + { + if ($obj->fk_id == 141) + $this->rights->telephonie->lire = 1; + + if ($obj->fk_id == 142) + $this->rights->telephonie->modifier = 1; + + } $i++;