From f263e9502a2565e855855ae7a34daf4f227ddb12 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 26 Apr 2007 11:51:10 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/client/pre.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/client/pre.inc.php b/htdocs/telephonie/client/pre.inc.php index f2e3b6d8519..9218b85267d 100644 --- a/htdocs/telephonie/client/pre.inc.php +++ b/htdocs/telephonie/client/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2007 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 @@ -69,7 +69,7 @@ function llxHeader($head = "", $title="") { $menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs"); if ($user->rights->telephonie->fournisseur->lire) - $menu->add(DOL_URL_ROOT."/telephonie/fournisseurs.php", "Fournisseurs"); + $menu->add(DOL_URL_ROOT."/telephonie/fournisseur/", "Fournisseurs"); left_menu($menu->liste); }