diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 1d09ffa7f9..89a82d007e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-04-10 Juan Manuel Ramon + + * godmode/reporting/reporting_builder.item_editor.php: Several + fixes on inventory reports. + 2012-04-10 Juan Manuel Ramon * godmode/reporting/graph_builder.graph_editor.php: Fixed display diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 84a67658fd..0e0a4aeb33 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -39,6 +39,7 @@ if (enterprise_include_once ('include/functions_metaconsole.php')) { } $idAgent = null; +$idAgentModule = null; $idCustomGraph = null; $text = null; $header = null; @@ -74,6 +75,9 @@ $time_from = '00:00'; $time_to = '23:59'; $show_graph = 0; $sla_sorted_by = 0; +$id_agents = ''; +$inventory_modules = array(); +$date = null; switch ($action) { case 'new': @@ -558,7 +562,7 @@ html_print_input_hidden('id_item', $idItem);