ACL for hardware class config, RT#85057
[freeside.git] / httemplate / edit / process / hardware_class.html
1 <% include( 'elements/process.html',
2                'table'       => 'hardware_class',
3                'viewall_dir' => 'browse',
4            )
5 %>
6 <%init>
7
8 die "access denied"
9   unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types');
10
11 </%init>