From b99bfb8ef1b98e7eee56b7b93c722c99d11aa303 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 5 Sep 2005 09:10:03 +0000 Subject: [PATCH] Modif permissions --- htdocs/compta/clients.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index 801489c6360..8dbfb4e9dcb 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -29,6 +29,10 @@ */ require_once("./pre.inc.php"); + +if (!$user->rights->societe->lire) + accessforbidden(); + require_once("../contact.class.php"); require_once("../actioncomm.class.php");