summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2020-11-09 13:37:16 -0800
committerIvan Kohler <ivan@freeside.biz>2020-11-09 13:37:16 -0800
commit624df68afd851c48e82721bf3889e5918cca71ee (patch)
tree398d5260e0bf6235c8d098a8db52aa91f7f5cae1
parent2d4b04cdc9c7db210398bf55abce5d5ee3a899e3 (diff)
ACL for hardware class config, RT#85057
-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',