summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_phone.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/svc_phone.html')
-rw-r--r--httemplate/edit/process/svc_phone.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/process/svc_phone.html b/httemplate/edit/process/svc_phone.html
index 44235de63..27a703cdf 100644
--- a/httemplate/edit/process/svc_phone.html
+++ b/httemplate/edit/process/svc_phone.html
@@ -2,3 +2,9 @@
'table' => 'svc_phone',
)
%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
+
+</%init>