diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-10-29 13:12:26 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-10-29 13:12:26 -0700 |
commit | 9ff00dc1dc9d5a6c63bfb3444e8e7c382cd603bf (patch) | |
tree | c7e2e8fab2acd8f7d1b21f95abd2f1432b00d367 | |
parent | bfff7e209a89e413eac7de2dd0958c184717fbf0 (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 %>"> |