summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-06 20:17:42 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-10-06 20:17:42 -0500
commitf27e48e51e2154468d960f1be656538373332ee5 (patch)
tree4d5913ab99b882966d95ccacda923a72a6d658e2 /httemplate/elements
parent2b500be7e787a54eb005caa274406957728d8b1b (diff)
RT#38481: installer scheduling: redirect to basics (custom field edit) page instead of ticket view
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/schedule-appointment.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/schedule-appointment.html b/httemplate/elements/schedule-appointment.html
index 45a8a5bab..69b9f422b 100644
--- a/httemplate/elements/schedule-appointment.html
+++ b/httemplate/elements/schedule-appointment.html
@@ -12,7 +12,8 @@ my $custnum = encode_entities( $cgi->param('custnum') );
my $query = join('&', map "username=$_", @username).
"&LengthMin=$LengthMin".
- "&custnum=$custnum";
+ "&custnum=$custnum".
+ "&RedirectToBasics=1";
#XXX '&pkgnum=$pkgnum";need to be for specific package/location, not just for a customer... default to active(/ordered) package in a pkg_class w/ticketing_queueid, otherwise, a popup? we're getting complicated like form-creat_ticket.html
my $url = $p. 'rt/Search/Schedule.html?'. $query;