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

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

</%init>