diff options
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', |