From b42d9079948969803eec807aa0aa60837056aaa2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Jan 2011 22:06:51 +0000 Subject: [PATCH] Fix: Bad link --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 2bac965ba3f..2e18bda6e6b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -202,7 +202,7 @@ if ($user->societe_id == 0) // Dashboard Link lines $links=array(DOL_URL_ROOT.'/comm/clients.php', DOL_URL_ROOT.'/comm/prospect/prospects.php', - DOL_URL_ROOT.'/fourn/index.php', + DOL_URL_ROOT.'/fourn/liste.php', DOL_URL_ROOT.'/adherents/liste.php?statut=1&mainmenu=members', DOL_URL_ROOT.'/product/liste.php?type=0&mainmenu=products', DOL_URL_ROOT.'/product/liste.php?type=1&mainmenu=products',