fixed minor error SLA dinamic

(cherry picked from commit 0200fa8263)
This commit is contained in:
daniel 2016-12-19 09:40:11 +01:00
parent 021eb37ba5
commit 9efccf33e8
1 changed files with 1 additions and 18 deletions

View File

@ -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':