summaryrefslogtreecommitdiff
path: root/httemplate/view/elements/svc_Common.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/elements/svc_Common.html')
-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) = @_;