summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_pay_refund.cgi
blob: f82fe36fea728c3b8c50326319e14738984aed6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% include('elements/ApplicationCommon.html',
     'form_action' => 'process/cust_pay_refund.cgi',
     'src_table'   => 'cust_pay',
     'src_thing'   => 'payment',
     'dst_table'   => 'cust_refund',
     'dst_thing'   => 'refund',
   )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Apply payment');

</%init>