No need to enforce client permission check as its already handled in inc_all_client.php

This commit is contained in:
johnnyq 2025-02-19 14:23:32 -05:00
parent 19daa289b2
commit eab441da06
1 changed files with 0 additions and 2 deletions

View File

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