Fix issue in some of the client overview entities archived will not remain selected after query, fixed issue where clients would not show in overview if in archived
This commit is contained in:
@@ -259,7 +259,7 @@ if (mysqli_num_rows($os_sql) > 0) {
|
||||
SELECT DISTINCT client_id, client_name
|
||||
FROM clients
|
||||
JOIN assets ON asset_client_id = client_id
|
||||
WHERE client_archived_at IS NULL
|
||||
WHERE $archive_query
|
||||
$access_permission_query
|
||||
ORDER BY client_name ASC
|
||||
");
|
||||
|
||||
Reference in New Issue
Block a user