From 05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 9 Nov 2020 13:37:10 -0800 Subject: [PATCH] ACL for hardware class config, RT#85057 --- httemplate/edit/hardware_type.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0