diff --git a/htdocs/compta/prelevement/pre.inc.php b/htdocs/compta/prelevement/pre.inc.php index db4c2fb5ae5..d3ead28c534 100644 --- a/htdocs/compta/prelevement/pre.inc.php +++ b/htdocs/compta/prelevement/pre.inc.php @@ -42,6 +42,9 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add_submenu(DOL_URL_ROOT."/compta/prelevement/liste.php","Liste"); } + $langs->load("bills"); + $menu->add(DOL_URL_ROOT."/compta/facture.php",$langs->trans("Bills")); + left_menu($menu->liste, $help_url); }