summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_bill_pay.cgi
blob: 2845d32330ff51ff4d672d2e338886a053667f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% include('elements/ApplicationCommon.html',
     'error_redirect' => 'cust_bill_pay.cgi',
     'src_table'      => 'cust_pay',
     'src_thing'      => 'payment',
     'link_table'     => 'cust_bill_pay',
   )
%>
<%init>

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

</%init>