From 27e73e7f9640244aa9c15745ae2ebdceb6ed1ea3 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Mon, 29 Apr 2024 11:11:04 +0200 Subject: [PATCH] #13467 fixed report --- pandora_console/include/functions_reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index aa2567952b..e657460d33 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -3177,7 +3177,7 @@ function reporting_modules_inventory($report, $content) $module_row_data[$i]['id_tag'][] = $row['tags']; } - if (array_key_exists('id_group', $row) === true) { + if (array_key_exists('group_id', $row) === true) { $module_row_data[$i]['group_id'][] = $row['group_id']; }