X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fhardware_status.html;h=64ad5ad7fa3558eb2cc95d459c78ec09b6e94a86;hp=89ae830357e2fb140008023dc692f9fd3ea3de56;hb=20f03d52cc6c930f610c0b4466eeeeda54fdbb40;hpb=4d4171d7ad39732b07839d90e1d74b9f84772d45 diff --git a/httemplate/browse/hardware_status.html b/httemplate/browse/hardware_status.html index 89ae83035..64ad5ad7f 100644 --- a/httemplate/browse/hardware_status.html +++ b/httemplate/browse/hardware_status.html @@ -16,7 +16,7 @@ my $curuser = $FS::CurrentUser::CurrentUser; die "access denied" - unless $curuser->access_right('Configuration'); + unless $curuser->access_right('Edit hardware classes and types'); my $menubar = [ 'Hardware classes' => $p.'browse/hardware_class.html', 'Add a status' => $p.'edit/hardware_status.html' ];