From 88c42d953f1641a25516420bd13655763013852c Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 26 Aug 2021 12:01:59 +0200 Subject: [PATCH] #7495 fixed report name --- pandora_console/include/functions_reporting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 6b10b7c439..ab3d0af8d3 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -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) {