From eab441da06a8abfa0d4e4f555e7f58926e0d1ab0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 19 Feb 2025 14:23:32 -0500 Subject: [PATCH] No need to enforce client permission check as its already handled in inc_all_client.php --- vendors.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendors.php b/vendors.php index aae28e6f..5ac07676 100644 --- a/vendors.php +++ b/vendors.php @@ -7,8 +7,6 @@ $order = "ASC"; // If client_id is in URI then show client Side Bar and client header if (isset($_GET['client_id'])) { require_once "includes/inc_all_client.php"; - // Perms - enforceUserPermission('module_client'); $client_query = "AND vendor_client_id = $client_id"; } else { require_once "includes/inc_all.php";