From a997cc8c731a32e936abe09cb575c54a3cba095b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Nov 2004 20:58:39 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20menu=20banque=20n'est=20pas=20toujo?= =?UTF-8?q?urs=20affich=E9=20car=20les=20droits=20n'=E9taient=20pas=20touj?= =?UTF-8?q?ours=20charg=E9es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/pre.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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();