mirror of
https://github.com/itflow-org/itflow
synced 2026-08-03 22:27:16 +00:00
Set EnforceClientAccess Perms throughout expenses, modals and post along with listing
This commit is contained in:
@@ -52,6 +52,7 @@ $sql = mysqli_query(
|
||||
$category_query
|
||||
AND (vendor_name LIKE '%$q%' OR client_name LIKE '%$q%' OR category_name LIKE '%$q%' OR account_name LIKE '%$q%' OR expense_description LIKE '%$q%' OR expense_amount LIKE '%$q%')
|
||||
$account_query
|
||||
$access_permission_query
|
||||
ORDER BY $sort $order LIMIT $record_from, $record_to"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user