diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:37:10 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:37:10 -0800 |
commit | 05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f (patch) | |
tree | 51bfbd998bcdfcfcad3d970c251a0661f65b2f30 /httemplate/edit | |
parent | 20f03d52cc6c930f610c0b4466eeeeda54fdbb40 (diff) |
ACL for hardware class config, RT#85057
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/hardware_type.html | 2 |
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', |