From 83d187897a9d0a729e4e5210eb691ef890c792ef Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 22 Sep 2005 14:12:13 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/stats/destinations/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/destinations/index.php b/htdocs/telephonie/stats/destinations/index.php index 17e5c738728..91dc22493b1 100644 --- a/htdocs/telephonie/stats/destinations/index.php +++ b/htdocs/telephonie/stats/destinations/index.php @@ -40,7 +40,7 @@ if ($user->societe_id > 0) $h = 0; -$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/communications/rentabilite.php'; +$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/destinations/index.php'; $head[$h][1] = "Destinations"; $hselected = $h; $h++;