From 031866bc98bf5c61c6ba372d1e774bfb649e17ee Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 18 Feb 2005 14:18:29 +0000 Subject: [PATCH] Bugfix lien ca --- htdocs/telephonie/stats/clients/pre.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/clients/pre.inc.php b/htdocs/telephonie/stats/clients/pre.inc.php index 4638990f9fb..3db3cfb9e8d 100644 --- a/htdocs/telephonie/stats/clients/pre.inc.php +++ b/htdocs/telephonie/stats/clients/pre.inc.php @@ -57,7 +57,7 @@ function llxHeader($head = "", $title="") { $menu->add(DOL_URL_ROOT."/telephonie/fournisseurs.php", "Fournisseurs"); - $menu->add(DOL_URL_ROOT."/telephonie/statca/", "Chiffre d'affaire"); + $menu->add(DOL_URL_ROOT."/telephonie/ca/", "Chiffre d'affaire"); left_menu($menu->liste); }