From f482344841704b06adcfc02780507bb4c8e39553 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 10 Feb 2005 11:29:42 +0000 Subject: [PATCH] Modif du menu fournisseur --- htdocs/telephonie/stats/pre.inc.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/htdocs/telephonie/stats/pre.inc.php b/htdocs/telephonie/stats/pre.inc.php index 904afba6063..34b6ce20ea6 100644 --- a/htdocs/telephonie/stats/pre.inc.php +++ b/htdocs/telephonie/stats/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ require(DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php"); $user->getrights('telephonie'); function llxHeader($head = "", $title="") { - global $user; + global $user, $conf; /* * @@ -39,7 +39,7 @@ function llxHeader($head = "", $title="") { $menu->add(DOL_URL_ROOT."/telephonie/client/index.php", "Clients"); - $menu->add(DOL_URL_ROOT."/telephonie/contrat/", "Contrats"); + $menu->add(DOL_URL_ROOT."/telephonie/contrat/index.php", "Contrats"); $menu->add(DOL_URL_ROOT."/telephonie/ligne/index.php", "Lignes"); @@ -56,9 +56,7 @@ function llxHeader($head = "", $title="") { $menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs"); - $menu->add(DOL_URL_ROOT."/telephonie/fournisseurs.php", "Fournisseurs"); - - + $menu->add(DOL_URL_ROOT."/telephonie/fournisseur/", "Fournisseurs"); $menu->add(DOL_URL_ROOT."/telephonie/statca/", "Chiffre d'affaire");