Modif permissions

This commit is contained in:
Rodolphe Quiedeville 2005-09-02 12:18:38 +00:00
parent 27060a4d05
commit a54853059b

View File

@ -53,7 +53,6 @@ function llxHeader($head = "", $title="") {
if ($user->rights->telephonie->ligne_commander) if ($user->rights->telephonie->ligne_commander)
$menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commande"); $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"); $menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");