From 29e1693f7e09a7d25c433094e4dc60a5cc38d313 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 12 Jan 2005 21:11:40 +0000 Subject: [PATCH] =?UTF-8?q?Repercution=20nouveaux=20menus=20pr=E9l=E9vemen?= =?UTF-8?q?t=20dans=20le=20gestionnaire=20de=20menu=20eldy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/menus/barre_left/eldy.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/menus/barre_left/eldy.php b/htdocs/includes/menus/barre_left/eldy.php index 7fc246cfd13..b76fb90c81d 100644 --- a/htdocs/includes/menus/barre_left/eldy.php +++ b/htdocs/includes/menus/barre_left/eldy.php @@ -264,7 +264,9 @@ if ($mainmenu) { if ($conf->prelevement->enabled) { - $newmenu->add(DOL_URL_ROOT."/compta/prelevement/","Bon prélèv."); + $newmenu->add(DOL_URL_ROOT."/compta/prelevement/index.php","Prélèvements"); + $newmenu->add_submenu(DOL_URL_ROOT."/compta/prelevement/bons.php","Bons"); + $newmenu->add_submenu(DOL_URL_ROOT."/compta/prelevement/demandes.php","Demandes"); } }