import torrus 1.0.9
[freeside.git] / httemplate / edit / cust_pay_refund.cgi
1 <% include('elements/ApplicationCommon.html',
2      'form_action' => 'process/cust_pay_refund.cgi',
3      'src_table'   => 'cust_pay',
4      'src_thing'   => 'payment',
5      'dst_table'   => 'cust_refund',
6      'dst_thing'   => 'refund',
7    )
8 %>
9 <%init>
10
11 die "access denied"
12   unless $FS::CurrentUser::CurrentUser->access_right('Apply payment');
13
14 </%init>