[freeside-commits] branch FREESIDE_3_BRANCH updated. 2df5397554b352e5b4133d33849fba9edfa9ef4e
Ivan
ivan at 420.am
Thu Oct 29 13:13:06 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 2df5397554b352e5b4133d33849fba9edfa9ef4e (commit)
from efbbb5771b443200ab25b46b8051fa9c0767bc4b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2df5397554b352e5b4133d33849fba9edfa9ef4e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Oct 29 13:12:26 2015 -0700
fix appointments vs. no direct elements/ access, RT#34237, RT#23357
diff --git a/httemplate/misc/make_appointment.html b/httemplate/misc/make_appointment.html
index ddf377f..6f308e0 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 %>">
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/make_appointment.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list