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-09 23:03:38 -0500
commit34c1bd6f43bb6766614ddc6a7f6a86fe9c8a1e04 (patch)
tree87be35f3d2f895519c9b3699cdab214f28291411 /httemplate/elements
parent223427a8fb6ecf68e5edddc7af004fca59733166 (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;