stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / edit / cust_bill_pay.cgi
1 <& elements/ApplicationCommon.html,
2      'form_action' => 'process/cust_bill_pay.cgi',
3      'src_table'   => 'cust_pay',
4      'src_thing'   => emt('payment'),
5      'dst_table'   => 'cust_bill',
6      'dst_thing'   => emt('invoice'),
7 &>
8 <%init>
9
10 die "access denied"
11   unless $FS::CurrentUser::CurrentUser->access_right('Apply payment');
12
13 </%init>