From d7a845313981a3f6fb0fd7e7954f55063a026af3 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 17 Aug 2015 18:06:24 +0200 Subject: [PATCH] Added times and days in the availability report item. TICKET: #2474 (cherry picked from commit 8f409cb5dfc458f9f60b10f59c9b338720600c61) --- .../reporting/reporting_builder.item_editor.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 029fa5eb23..1f02beb75f 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -460,6 +460,15 @@ switch ($action) { // HACK it is saved in show_graph field. // Show interfaces instead the modules $show_address_agent = $item['show_graph']; + $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']; break; case 'group_report': $description = $item['description']; @@ -2551,6 +2560,7 @@ function chooseType() { $("#row_show_address_agent").show(); $("#row_show_in_two_columns").show(); $("#row_show_resume").show(); + $("#row_working_time").show(); break; case 'group_report':