This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / httemplate / edit / process / svc_port.html
1 <% include( 'elements/svc_Common.html',
2                'table'    => 'svc_port',
3            )
4 %>
5 <%init>
6
7 die "access denied"
8   unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
9
10 </%init>