Merge branch 'ent-13467-resultado-de-item-inventory-modules-inventory-no-muestra-nada-en-campo-agent-group' into 'develop'
Ent 13467 Resultado de item Inventory - Modules Inventory no muestra nada en campo Agent Group See merge request artica/pandorafms!7307
This commit is contained in:
commit
b0dc3cce04
|
@ -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'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue