summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-11-09 13:37:13 -0800
committerIvan Kohler <ivan@freeside.biz>2020-11-09 13:37:13 -0800
commit24f750c447915f1501dd7e9a6ea3aa4c3abff06d (patch)
treef09ae1fe15030bb2b7b4c3c9486982985fb8f79f /httemplate
parenta0cca72a0fd0fdd541f39946ce06df59a96a068e (diff)
ACL for hardware class config, RT#85057
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/hardware_type.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/hardware_type.html b/httemplate/edit/hardware_type.html
index 717440166..5660688aa 100644
--- a/httemplate/edit/hardware_type.html
+++ b/httemplate/edit/hardware_type.html
@@ -14,7 +14,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+ unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types');
my @fields = (
{ field => 'classnum',