diff --git a/htdocs/telephonie/ligne/fiche.php b/htdocs/telephonie/ligne/fiche.php index e2e967cb624..d004a99d711 100644 --- a/htdocs/telephonie/ligne/fiche.php +++ b/htdocs/telephonie/ligne/fiche.php @@ -1109,7 +1109,7 @@ if ($_GET["action"] == '') print "id\">".$langs->trans("Contact").""; } - if ( $user->rights->telephonie->ligne_activer && $ligne->statut < 4) + if ( $ligne->statut < 4) { print "id\">".$langs->trans("Changer la remise").""; }