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); }