From 03ed0cdddd274473990b5b495cd1569bb51b1930 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Dec 2004 22:43:44 +0000 Subject: [PATCH] Fix: Correction pb droits sur rapprochement --- htdocs/compta/bank/rappro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/rappro.php b/htdocs/compta/bank/rappro.php index fab6fc4f307..2f1f9810784 100644 --- a/htdocs/compta/bank/rappro.php +++ b/htdocs/compta/bank/rappro.php @@ -30,7 +30,7 @@ require("./pre.inc.php"); $user->getrights('compta'); -if (!$user->admin && !$user->rights->compta->bank) +if (! $user->rights->banque->modifier) accessforbidden();