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