svc_cable service have a single serial / MAC / model, not one-to-many devices like...
[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>