From 0200fa82631722a5c3a2dca62a6c0af2f3058ecb Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 19 Dec 2016 09:40:11 +0100 Subject: [PATCH] fixed minor error SLA dinamic --- .../reporting_builder.item_editor.php | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index c5c34f8ef6..32ad3761d7 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -238,24 +238,6 @@ switch ($action) { break; case 'SLA': - case 'SLA_weekly': - case 'SLA_monthly': - $description = $item['description']; - $only_display_wrong = $item['only_display_wrong']; - $monday = $item['monday']; - $tuesday = $item['tuesday']; - $wednesday = $item['wednesday']; - $thursday = $item['thursday']; - $friday = $item['friday']; - $saturday = $item['saturday']; - $sunday = $item['sunday']; - $time_from = $item['time_from']; - $time_to = $item['time_to']; - $show_graph = $item['show_graph']; - // 'top_n' filed will be reused for SLA sort option - $sla_sorted_by = $item['top_n']; - break; - case 'SLA_weekly': case 'SLA_monthly': case 'SLA_hourly': @@ -274,6 +256,7 @@ switch ($action) { $show_graph = $item['show_graph']; // 'top_n' filed will be reused for SLA sort option $sla_sorted_by = $item['top_n']; + $period = $item['period']; break; case 'SLA_services':