Skip to content
Snippets Groups Projects
Commit 00c11768 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout lien nouvel export

parent 6b4540e2
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,10 @@ function llxHeader($head = "", $title="", $help_url='')
$menu->add(DOL_URL_ROOT."/compta/facture.php",$langs->trans("Bills"));
$menu->add(DOL_URL_ROOT."/compta/export/",$langs->trans("Export"));
$menu->add_submenu(DOL_URL_ROOT."/compta/export/liste.php",$langs->trans("List"));
$menu->add_submenu(DOL_URL_ROOT."/compta/export/index.php?action=export","Nouvel Export");
$menu->add_submenu(DOL_URL_ROOT."/compta/export/liste.php",$langs->trans("List"));
left_menu($menu->liste, $help_url);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment