summaryrefslogtreecommitdiff
path: root/httemplate/misc/bill.cgi
blob: 2bc43d7b34e6cb7d7c5e0a8cd819a91e46cb9ead (plain)
1
2
3
4
5
6
7
8
<% $server->process %>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Bill customer now');
my $server = FS::UI::Web::JSRPC->new('FS::cust_main::process_bill_and_collect', $cgi);
</%init>