From 18abcbb65f75e89e6fd5f9875c4613cdd45cd50a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Jul 2005 09:05:55 +0000 Subject: [PATCH] Correction des permissions de lecture des factures --- htdocs/fourn/facture/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 0ebef580e43..9fae5970231 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -31,6 +31,9 @@ require("./pre.inc.php"); require("../../contact.class.php"); +if (!$user->rights->fournisseur->facture->lire) + accessforbidden(); + llxHeader(); $socid = $_GET["socid"];