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

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

</%init>