summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-29 10:52:04 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-29 10:52:04 -0700
commit1598480a192e9a056834d636fbd7de7ae00dead6 (patch)
tree1ba0d371c737b4fbd9ae41fa669d601a1fbc1c79 /httemplate/view
parent96b046470a55b011ad7a6610f36f2bd68504de6f (diff)
fix appointments vs. no direct elements/ access, RT#34237, RT#23357
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index b8740635d..ab2d69d34 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -317,7 +317,7 @@ my @menu = (
label => 'Schedule new appointment',
confexists => 'ticket_system',
acl => 'Make appointment',
- popup => "elements/make_appointment.html?custnum=$custnum",
+ popup => "misc/make_appointment.html?custnum=$custnum",
actionlabel => 'Schedule appointment',
},
],