From d7977d0a346e3e5975c44a75b915bb437be66f4f Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Jun 2008 05:06:36 +0000 Subject: payment and credit applications have separate "apply to refund" choices now, and no auto-refund choice in the invoice dropdown. RT#3545 --- httemplate/edit/process/cust_credit_refund.cgi | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 httemplate/edit/process/cust_credit_refund.cgi (limited to 'httemplate/edit/process/cust_credit_refund.cgi') diff --git a/httemplate/edit/process/cust_credit_refund.cgi b/httemplate/edit/process/cust_credit_refund.cgi new file mode 100755 index 000000000..d4fd9ff9e --- /dev/null +++ b/httemplate/edit/process/cust_credit_refund.cgi @@ -0,0 +1,13 @@ +<% include('elements/ApplicationCommon.html', + 'error_redirect' => 'cust_credit_bill.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'); + + -- cgit v1.2.1