From 4ae3a28cf8d68f666e8f26a4833ecdb935c0866d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Jul 2005 15:39:39 +0000 Subject: [PATCH] Ajout menu Ventilation --- htdocs/compta/export/pre.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/compta/export/pre.inc.php b/htdocs/compta/export/pre.inc.php index 41efe86c8d9..2383f0a3574 100644 --- a/htdocs/compta/export/pre.inc.php +++ b/htdocs/compta/export/pre.inc.php @@ -51,6 +51,8 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add(DOL_URL_ROOT."/compta/facture.php",$langs->trans("Bills")); + $menu->add(DOL_URL_ROOT."/compta/ventilation/",$langs->trans("Ventilation")); + $menu->add(DOL_URL_ROOT."/compta/export/",$langs->trans("Export")); $menu->add_submenu(DOL_URL_ROOT."/compta/export/index.php?action=export","Nouvel Export");