diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-10-29 10:52:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-10-29 10:53:03 -0700 |
commit | 1940c97e91feb160764c85c291d82f0723fc4e04 (patch) | |
tree | eaa61147e60fd3b4f5315f7ceeb67473c13700b6 /httemplate/view | |
parent | c12e66e585bf0a8d7f5fc019cff7c3eb61fe574f (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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 229cb3b4e..1df4afbed 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', }, ], |