diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-10-29 13:12:27 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-10-29 13:12:27 -0700 |
commit | 86ecb66d813a985323f25749adfeccaf78665a07 (patch) | |
tree | 1720ed5023bc0e9c7ee5af9681bdfc414f4433cf | |
parent | 95cd3384737d1de013f6d9b446c7ca33c82772ba (diff) |
fix appointments vs. no direct elements/ access, RT#34237, RT#23357
-rw-r--r-- | httemplate/misc/make_appointment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/make_appointment.html b/httemplate/misc/make_appointment.html index ddf377f54..6f308e0a8 100644 --- a/httemplate/misc/make_appointment.html +++ b/httemplate/misc/make_appointment.html @@ -2,7 +2,7 @@ % #XXX actually, the action needs to repace the top-level window with this % #$params->{'action'} = $p. 'rt/Search/Schedule.html?'. $query; -<FORM NAME="appointment_form" METHOD="POST" ACTION="<% $p %>elements/schedule-appointment.html"> +<FORM NAME="appointment_form" METHOD="POST" ACTION="<% $p %>misc/schedule-appointment.html"> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $cgi->param('custnum') |h %>"> |