summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/hardware_class.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-11-09 13:36:44 -0800
committerIvan Kohler <ivan@freeside.biz>2020-11-09 13:36:44 -0800
commita0cca72a0fd0fdd541f39946ce06df59a96a068e (patch)
treeac194c85cb3788210c8895a90c62530c1c207688 /httemplate/edit/process/hardware_class.html
parent4a4722fbb99c7db7f68fd4a1078ae67358f5d2cb (diff)
ACL for hardware class config, RT#85057
Diffstat (limited to 'httemplate/edit/process/hardware_class.html')
-rw-r--r--httemplate/edit/process/hardware_class.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/hardware_class.html b/httemplate/edit/process/hardware_class.html
index 64bc72efe..54e2af694 100644
--- a/httemplate/edit/process/hardware_class.html
+++ b/httemplate/edit/process/hardware_class.html
@@ -6,6 +6,6 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+ unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types');
</%init>