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");