From b14d40083b4dcb2e08f2ddf62aea39fe6cf0a146 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Apr 2007 12:10:49 +0000 Subject: [PATCH] Update lien defecteueux --- htdocs/telephonie/config/pre.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");