diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:37:13 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:37:13 -0800 |
| commit | 24f750c447915f1501dd7e9a6ea3aa4c3abff06d (patch) | |
| tree | f09ae1fe15030bb2b7b4c3c9486982985fb8f79f /httemplate | |
| parent | a0cca72a0fd0fdd541f39946ce06df59a96a068e (diff) | |
ACL for hardware class config, RT#85057
Diffstat (limited to 'httemplate')
| -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', |
