diff options
Diffstat (limited to 'httemplate/misc')
-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 %>"> |