From 2df722b8f6ffa63d974e79739eab0b93cf71b830 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Jan 2005 01:16:14 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Et=20voila=20un=20super=20menu=20=E0=20m?= =?UTF-8?q?a=20sauce=20pour=20remplacer=20celui=20par=20d=E9faut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/menus/barre_left/eldy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/menus/barre_left/eldy.php b/htdocs/includes/menus/barre_left/eldy.php index bab6205143d..3535cd4ff13 100644 --- a/htdocs/includes/menus/barre_left/eldy.php +++ b/htdocs/includes/menus/barre_left/eldy.php @@ -240,6 +240,8 @@ if ($mainmenu) { } $newmenu->add(DOL_URL_ROOT."/compta/ventilation/",$langs->trans("Ventilations")); + $newmenu->add_submenu(DOL_URL_ROOT."/compta/ventilation/liste.php",$langs->trans("A ventiler")); + $newmenu->add_submenu(DOL_URL_ROOT."/compta/ventilation/lignes.php",$langs->trans("Ventilées")); if ($user->rights->compta->ventilation->param) { $newmenu->add_submenu(DOL_URL_ROOT."/compta/param/",$langs->trans("Param")); }