RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / process / hardware_type.html
1 <% include( 'elements/process.html',
2                'table'       => 'hardware_type',
3                'viewall_url' => 'browse/hardware_class.html',
4            )
5 %>
6 <%init>
7
8 die "access denied"
9   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
10
11 </%init>