diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index f0af1965427..3acb2597ff2 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -32,7 +32,9 @@ require("../main.inc.php"); function llxHeader($head = "", $title="", $help_url='') { global $user, $conf, $langs; - + + $user->getrights('banque'); + top_menu($head, $title); $menu = new Menu();