From fd5a10f2c2e0c7f8edc8c04744f597f8bf8ea55d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Mon, 28 Feb 2005 09:09:22 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20menus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/menus.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/menus.php b/htdocs/telephonie/stats/menus.php index b0998f006a9..4c52cd1e86c 100644 --- a/htdocs/telephonie/stats/menus.php +++ b/htdocs/telephonie/stats/menus.php @@ -1,5 +1,5 @@ <?PHP -/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> +/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> * * 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 @@ -46,7 +46,7 @@ $menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs"); $menu->add(DOL_URL_ROOT."/telephonie/fournisseur/", "Fournisseurs"); -$menu->add(DOL_URL_ROOT."/telephonie/statca/", "Chiffre d'affaire"); +$menu->add(DOL_URL_ROOT."/telephonie/ca/", "Chiffre d'affaire"); -- GitLab