RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / process / cust_credit_refund.cgi
1 <% include('elements/ApplicationCommon.html',
2      'error_redirect' => 'cust_credit_refund.cgi',
3      'src_table'      => 'cust_credit',
4      'src_thing'      => 'credit',
5      'link_table'     => 'cust_credit_refund',
6    )
7 %>
8 <%init>
9
10 die "access denied"
11   unless $FS::CurrentUser::CurrentUser->access_right('Apply credit');
12
13 </%init>