show imported region and rate #s, RT#83146
[freeside.git] / httemplate / edit / cust_credit_bill.cgi
1 <% include('elements/ApplicationCommon.html',
2      'form_action' => 'process/cust_credit_bill.cgi',
3      'src_table'   => 'cust_credit',
4      'src_thing'   => 'credit',
5      'dst_table'   => 'cust_bill',
6      'dst_thing'   => 'invoice',
7    )
8 %>
9 <%init>
10
11 die "access denied"
12   unless $FS::CurrentUser::CurrentUser->access_right('Apply credit');
13
14 </%init>