summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_bill_pay.cgi
blob: f620fc57aaf2a0222690999b144d5e3a908cb3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<& elements/ApplicationCommon.html,
     'form_action' => 'process/cust_bill_pay.cgi',
     'src_table'   => 'cust_pay',
     'src_thing'   => emt('payment'),
     'dst_table'   => 'cust_bill',
     'dst_thing'   => emt('invoice'),
&>
<%init>

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

</%init>