summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_pay_refund.cgi
blob: 2616cad8c3362ecc35bb08ef95212de3a1e87ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% include('elements/ApplicationCommon.html',
     'error_redirect' => 'cust_pay_refund.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');

</%init>