mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed minor error SLA dinamic
This commit is contained in:
parent
8a8bc542d5
commit
0200fa8263
@ -238,24 +238,6 @@ switch ($action) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'SLA':
|
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_weekly':
|
||||||
case 'SLA_monthly':
|
case 'SLA_monthly':
|
||||||
case 'SLA_hourly':
|
case 'SLA_hourly':
|
||||||
@ -274,6 +256,7 @@ switch ($action) {
|
|||||||
$show_graph = $item['show_graph'];
|
$show_graph = $item['show_graph'];
|
||||||
// 'top_n' filed will be reused for SLA sort option
|
// 'top_n' filed will be reused for SLA sort option
|
||||||
$sla_sorted_by = $item['top_n'];
|
$sla_sorted_by = $item['top_n'];
|
||||||
|
$period = $item['period'];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'SLA_services':
|
case 'SLA_services':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user