summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-29 13:12:26 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-29 13:13:04 -0700
commit2df5397554b352e5b4133d33849fba9edfa9ef4e (patch)
tree35df818fc50daff2750db7525f44b32a90caa7f9
parentefbbb5771b443200ab25b46b8051fa9c0767bc4b (diff)
fix appointments vs. no direct elements/ access, RT#34237, RT#23357
-rw-r--r--httemplate/misc/make_appointment.html2
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 %>">