mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#7495 fixed report name
This commit is contained in:
parent
f33ccf1db9
commit
88c42d953f
@ -2302,7 +2302,8 @@ function reporting_agents_inventory($report, $content)
|
||||
$search_sql = '';
|
||||
|
||||
if ($es_custom_fields != '') {
|
||||
$search_sql .= ' AND id_os = '.$es_custom_fields;
|
||||
// Search custom field.
|
||||
// $search_sql .= ' AND id_os = '.$es_custom_fields;
|
||||
}
|
||||
|
||||
if (in_array('0', $es_os_filter) === false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user