#13467 fixed report

This commit is contained in:
Daniel Cebrian 2024-04-29 11:11:04 +02:00
parent bdb1c574bb
commit 27e73e7f96
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
}