summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-06 20:17:42 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-02-04 15:22:26 -0600
commit4f82259ccf4a8a045f718afc930ba3168e4c3891 (patch)
tree473bcffef72bae3af8617289e03dc276698e6f2d /httemplate/misc
parent70c5f94c948159a7f561d999dbad62e0eae0cd8f (diff)
RT#38481: installer scheduling: redirect to basics (custom field edit) page instead of ticket view
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/schedule-appointment.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/schedule-appointment.html b/httemplate/misc/schedule-appointment.html
index 45a8a5bab..69b9f422b 100644
--- a/httemplate/misc/schedule-appointment.html
+++ b/httemplate/misc/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;