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

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

</%init>