diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 68bea06ecb0..84688d65de1 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -449,7 +449,10 @@ class User $this->rights->telephonie->lire = 1; if ($obj->fk_id == 142) - $this->rights->telephonie->modifier = 1; + $this->rights->telephonie->ligne_commander = 1; + + if ($obj->fk_id == 143) + $this->rights->telephonie->ligne_activer = 1; }