summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/elements/popup_link-make_appointment.html2
-rw-r--r--httemplate/misc/make_appointment.html (renamed from httemplate/elements/make_appointment.html)0
2 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/popup_link-make_appointment.html b/httemplate/elements/popup_link-make_appointment.html
index 60a337c04..3a8d37a8c 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
index ddf377f54..ddf377f54 100644
--- a/httemplate/elements/make_appointment.html
+++ b/httemplate/misc/make_appointment.html