mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added times and days in the availability report item. TICKET: #2474
(cherry picked from commit 8f409cb5dfc458f9f60b10f59c9b338720600c61)
This commit is contained in:
parent
08a6d99cef
commit
d7a8453139
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user