summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_credit_refund.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/cust_credit_refund.cgi')
-rwxr-xr-xhttemplate/edit/process/cust_credit_refund.cgi13
1 files changed, 0 insertions, 13 deletions
diff --git a/httemplate/edit/process/cust_credit_refund.cgi b/httemplate/edit/process/cust_credit_refund.cgi
deleted file mode 100755
index 88420f8ab..000000000
--- a/httemplate/edit/process/cust_credit_refund.cgi
+++ /dev/null
@@ -1,13 +0,0 @@
-<% include('elements/ApplicationCommon.html',
- 'error_redirect' => 'cust_credit_refund.cgi',
- 'src_table' => 'cust_credit',
- 'src_thing' => 'credit',
- 'link_table' => 'cust_credit_refund',
- )
-%>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Apply credit');
-
-</%init>