deal with the data we have as best we can without erroring out, RT#71513
[freeside.git] / httemplate / misc / bill.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Bill customer now');
6 my $server = FS::UI::Web::JSRPC->new('FS::cust_main::process_bill_and_collect', $cgi);
7 </%init>
8