From 223ba5f56facfc4bbb246c4cc4ce67d203bbf687 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 9 May 2016 20:15:47 -0500 Subject: [PATCH] RT#42236: Select installers to show on calendar when setting appointment --- httemplate/misc/make_appointment.html | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/httemplate/misc/make_appointment.html b/httemplate/misc/make_appointment.html index 6f308e0a8..79c3c2c89 100644 --- a/httemplate/misc/make_appointment.html +++ b/httemplate/misc/make_appointment.html @@ -6,13 +6,10 @@ -% my @sched_item = qsearch('sched_item', { 'disabled' => '', }); -% my @username = map $_->access_user->username, @sched_item; -% foreach my $username (@username) { - -% } - -Length: + + + + + + +% my @sched_item = qsearch('sched_item', { 'disabled' => '', }); +% my @username = map $_->access_user->username, @sched_item; + + + + + +
Length: -
-
+
Installer: + +
+ +
-- 2.11.0