[freeside-commits] branch FREESIDE_3_BRANCH updated. 655bd24478012c6d4e9d76152754897c26e4c910

Ivan ivan at 420.am
Thu Oct 29 10:55:16 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  655bd24478012c6d4e9d76152754897c26e4c910 (commit)
      from  3afbcad2c1bcc67d242839f2696cb14e380b4a6a (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 655bd24478012c6d4e9d76152754897c26e4c910
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Oct 29 10:52:04 2015 -0700

    fix appointments vs. no direct elements/ access, RT#34237, RT#23357

diff --git a/httemplate/elements/popup_link-make_appointment.html b/httemplate/elements/popup_link-make_appointment.html
index 60a337c..3a8d37a 100644
--- a/httemplate/elements/popup_link-make_appointment.html
+++ b/httemplate/elements/popup_link-make_appointment.html
@@ -26,6 +26,6 @@ $params->{'actionlabel'} ||= 'Schedule appointment';
 #$params->{'width'} ||= 350;
 #$params->{'height'} ||= 220;
 
-$params->{'action'} = $p. '/elements/make_appointment.html?custnum='. $params->{'custnum'};
+$params->{'action'} = $p. 'misc/make_appointment.html?custnum='. $params->{'custnum'};
 
 </%init>
diff --git a/httemplate/elements/make_appointment.html b/httemplate/misc/make_appointment.html
similarity index 100%
rename from httemplate/elements/make_appointment.html
rename to httemplate/misc/make_appointment.html

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/popup_link-make_appointment.html |    2 +-
 httemplate/{elements => misc}/make_appointment.html  |    0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename httemplate/{elements => misc}/make_appointment.html (100%)




More information about the freeside-commits mailing list