From 43af0a0d4e64119a403c5529eba09179249af9ce Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 4 Jun 2006 23:26:08 +0000 Subject: [PATCH] Fix: Lien invalide --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index b481767cdf7..1b3ec72240f 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -161,7 +161,7 @@ if ($user->societe_id == 0) // Lien des lignes du tableau de bord $links=array(DOL_URL_ROOT.'/comm/clients.php', DOL_URL_ROOT.'/comm/prospect/prospects.php', - DOL_URL_ROOT.'/fourn/liste.php', + DOL_URL_ROOT.'/fourn/index.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',