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