diff --git a/htdocs/telephonie/config/pre.inc.php b/htdocs/telephonie/config/pre.inc.php index cd1ae7ec74d..9c0b2204a38 100644 --- a/htdocs/telephonie/config/pre.inc.php +++ b/htdocs/telephonie/config/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 @@ -39,7 +39,7 @@ function llxHeader($head = "", $title="") { if (TELEPHONIE_MODULE_SIMULATION == 1) $menu->add(DOL_URL_ROOT."/telephonie/simulation/fiche.php", "Simulation"); - $menu->add(DOL_URL_ROOT."/telephonie/tarifs/liste.php", "Tarifs"); + $menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs"); $menu->add(DOL_URL_ROOT."/telephonie/ligne/index.php", "Lignes");