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

</%init>