[freeside-commits] branch master updated. 9ff00dc1dc9d5a6c63bfb3444e8e7c382cd603bf

Ivan ivan at 420.am
Thu Oct 29 13:12:27 PDT 2015


The branch, master has been updated
       via  9ff00dc1dc9d5a6c63bfb3444e8e7c382cd603bf (commit)
      from  bfff7e209a89e413eac7de2dd0958c184717fbf0 (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 9ff00dc1dc9d5a6c63bfb3444e8e7c382cd603bf
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