summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-11-09 13:37:10 -0800
committerIvan Kohler <ivan@freeside.biz>2020-11-09 13:37:10 -0800
commit05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f (patch)
tree51bfbd998bcdfcfcad3d970c251a0661f65b2f30 /httemplate
parent20f03d52cc6c930f610c0b4466eeeeda54fdbb40 (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',