From a54853059bc14cbe524d47f7c8b879b7f7ed90d5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 2 Sep 2005 12:18:38 +0000 Subject: [PATCH] Modif permissions --- htdocs/telephonie/ca/pre.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/telephonie/ca/pre.inc.php b/htdocs/telephonie/ca/pre.inc.php index 40d3121be6d..4b38a14c598 100644 --- a/htdocs/telephonie/ca/pre.inc.php +++ b/htdocs/telephonie/ca/pre.inc.php @@ -53,8 +53,7 @@ function llxHeader($head = "", $title="") { if ($user->rights->telephonie->ligne_commander) $menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commande"); - if ($user->rights->telephonie->stats->lire) - $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques"); + $menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques"); $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");