summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_external.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/svc_external.html')
-rw-r--r--httemplate/edit/process/svc_external.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/process/svc_external.html b/httemplate/edit/process/svc_external.html
new file mode 100644
index 0000000..3515afc
--- /dev/null
+++ b/httemplate/edit/process/svc_external.html
@@ -0,0 +1,10 @@
+<% include( 'elements/svc_Common.html',
+ 'table' => 'svc_external',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
+
+</%init>