summaryrefslogtreecommitdiff
path: root/httemplate/search/report_svc_broadband.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-20 16:37:46 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-20 16:37:46 -0700
commitf5881f03875aa1460e76947cb5a45f96bf0144e4 (patch)
treee8747c9f9fbb2cf5906c8977ab653646e7bac9d2 /httemplate/search/report_svc_broadband.html
parentbccfbf5a97b3e5572fd6e68f1a9ed74ceebe39c4 (diff)
ACLs for advanced customer and service searching, RT#18157
Diffstat (limited to 'httemplate/search/report_svc_broadband.html')
-rwxr-xr-xhttemplate/search/report_svc_broadband.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_svc_broadband.html b/httemplate/search/report_svc_broadband.html
index 37f21b79f..d7422eeae 100755
--- a/httemplate/search/report_svc_broadband.html
+++ b/httemplate/search/report_svc_broadband.html
@@ -76,7 +76,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('List packages'); #?
+ unless $FS::CurrentUser::CurrentUser->access_right('Services: Wireless broadband services: Advanced search');
my $title = 'Broadband Service Report';
my $routernum = [ $cgi->param('routernum') || '' ];