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");