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

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

</%init>