summaryrefslogtreecommitdiff
path: root/httemplate/view/elements
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 20:46:53 +0000
committerivan <ivan>2008-01-13 20:46:53 +0000
commita95b10c0c3ccee4e34c3bd0680e5ee2a4becdee6 (patch)
tree76ffac86805a9222ad1242eacfebf8580874cdd1 /httemplate/view/elements
parentbd152637da56be7155765363cc29ae0126813fed (diff)
ACLs
Diffstat (limited to 'httemplate/view/elements')
-rw-r--r--httemplate/view/elements/svc_Common.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html
index f5b65ac49..0500248b1 100644
--- a/httemplate/view/elements/svc_Common.html
+++ b/httemplate/view/elements/svc_Common.html
@@ -90,8 +90,7 @@ Service #<B><% $svcnum %></B>
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('View customer services')
- || $FS::CurrentUser::CurrentUser->access_right('View customer'); #XXX remove me
+ unless $FS::CurrentUser::CurrentUser->access_right('View customer services');
my(%opt) = @_;