diff options
author | ivan <ivan> | 2010-02-13 02:53:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-13 02:53:43 +0000 |
commit | 5657663a43689787fdc3c5da73775502daecc588 (patch) | |
tree | 3c1cd9a28666c6edbc1fc0512a27dcc0856249d5 /httemplate/edit/process/svc_external.html | |
parent | a1ead42e90dd1f98a5cfd07fcbda7bdab23063f7 (diff) |
svc_external.title from inventory, RT#7010
Diffstat (limited to 'httemplate/edit/process/svc_external.html')
-rw-r--r-- | httemplate/edit/process/svc_external.html | 10 |
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 000000000..3515afc4b --- /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> |