mirror of
https://github.com/itflow-org/itflow
synced 2026-08-10 09:37:15 +00:00
clientScopeSql sweep whicn now removed the extra unessesary client joins
This commit is contained in:
@@ -296,7 +296,7 @@ if (isset($_POST['export_software'])) {
|
||||
LEFT JOIN vendors ON vendor_id = software_vendor_id
|
||||
WHERE (software_name LIKE '%$q%' OR software_type LIKE '%$q%' OR software_key LIKE '%$q%' OR client_name LIKE '%$q%')
|
||||
AND $archive_query
|
||||
$access_permission_query
|
||||
" . clientScopeSql('software_client_id') . "
|
||||
$client_query
|
||||
$expire_query
|
||||
ORDER BY software_name ASC"
|
||||
|
||||
Reference in New Issue
Block a user