summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_mailinglist.html
blob: 580f6ccbd8adc023fc808ed33aa8270fc27c7522 (plain)
1
2
3
4
5
6
7
8
9
10
11
<% include( 'elements/svc_Common.html',
               'table'  => 'svc_mailinglist',
               'fields' => [ fields('svc_mailinglist'), 'listname' ],
           )
%>
<%init>

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

</%init>