X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_pay_refund.cgi;fp=httemplate%2Fedit%2Fprocess%2Fcust_pay_refund.cgi;h=ffe89ec64e206a2bf97ba347b40f547a6bb0adbc;hb=d7977d0a346e3e5975c44a75b915bb437be66f4f;hp=0000000000000000000000000000000000000000;hpb=e77f5d7c3812a65be18c5fc4ede509c42c5e3358;p=freeside.git diff --git a/httemplate/edit/process/cust_pay_refund.cgi b/httemplate/edit/process/cust_pay_refund.cgi new file mode 100755 index 000000000..ffe89ec64 --- /dev/null +++ b/httemplate/edit/process/cust_pay_refund.cgi @@ -0,0 +1,13 @@ +<% include('elements/ApplicationCommon.html', + 'error_redirect' => 'cust_bill_pay.cgi', + 'src_table' => 'cust_pay', + 'src_thing' => 'payment', + 'link_table' => 'cust_pay_refund', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Apply payment'); + +