RT# 74537 - Added new selfservice config option to make ECHECK readonly on selfservic...
[freeside.git] / httemplate / edit / process / hardware_status.html
1 <% include( 'elements/process.html',
2                'table'       => 'hardware_status',
3                'viewall_dir' => 'browse',
4            )
5 %>
6 <%init>
7
8 die "access denied"
9   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
10
11 </%init>