mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Feature: User Client Access Permissions logic has been added, next up is the defining access via user managment
This commit is contained in:
@@ -58,6 +58,7 @@ $sql = mysqli_query(
|
||||
AND clients.client_$archive_query
|
||||
AND DATE(clients.client_created_at) BETWEEN '$dtf' AND '$dtt'
|
||||
AND clients.client_lead = $leads
|
||||
$access_permission_query
|
||||
$industry_query
|
||||
$referral_query
|
||||
GROUP BY clients.client_id
|
||||
|
||||
Reference in New Issue
Block a user