summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_mailinglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/svc_mailinglist.html')
-rw-r--r--httemplate/edit/process/svc_mailinglist.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/process/svc_mailinglist.html b/httemplate/edit/process/svc_mailinglist.html
new file mode 100644
index 0000000..580f6cc
--- /dev/null
+++ b/httemplate/edit/process/svc_mailinglist.html
@@ -0,0 +1,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>