From 7cdad8f2f085d68ababf7cb8084af4446f878b38 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 6 Aug 2003 12:40:29 +0000 Subject: [PATCH] bugfix --- htdocs/compta/facture.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index ebee19b7c36..6cf4a9ac926 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -22,7 +22,7 @@ require("./pre.inc.php3"); $user->getrights('facture'); -if (!$user->rights->produit->lire) +if (!$user->rights->facture->lire) accessforbidden(); require("../facture.class.php3");