summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_hardware.html
blob: 5abf16c4b54b4d2c89a5d4ad57b20b1f3dcc323a (plain)
1
2
3
4
5
6
7
8
9
10
<% include( 'elements/svc_Common.html',
               'table'    => 'svc_hardware',
           )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?

</%init>