X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fbill.cgi;h=2bc43d7b34e6cb7d7c5e0a8cd819a91e46cb9ead;hp=3c3c48c54e6983b55ab028860c8042fe684d723b;hb=7c4c3bd3e3e2d6a820c77bec346f9d378e2761dc;hpb=f49f11d4c3c4ba9480cc5c9acfaa606a5ba73ad1 diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi index 3c3c48c54..2bc43d7b3 100755 --- a/httemplate/misc/bill.cgi +++ b/httemplate/misc/bill.cgi @@ -1,45 +1,8 @@ -%if ( $error ) { -% errorpage($error); -%} else { -<% $cgi->redirect(popurl(2). "view/cust_main.cgi?$custnum") %> -%} +<% $server->process %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Bill customer now'); - -#untaint custnum -my($query) = $cgi->keywords; -$query =~ /^(\d*)$/; -my $custnum = $1; -my $cust_main = qsearchs('cust_main',{'custnum'=>$custnum}); -die "Can't find customer!\n" unless $cust_main; - -my $conf = new FS::Conf; - -my $error = $cust_main->bill( -# 'time'=>$time - ); - -unless ( $error ) { - $error = $cust_main->apply_payments_and_credits - || $cust_main->collect( - #'invoice-time'=>$time, - #'batch_card'=> 'yes', - #'batch_card'=> 'no', - #'report_badcard'=> 'yes', - #'retry_card' => 'yes', - - 'retry' => 'yes', - - #this is used only by cust_main::batch_card - #need to pick & create an actual config - #value if we're going to turn this on - #("realtime-backend" doesn't exist, - # "backend-realtime" is for something - # entirely different) - #'realtime' => $conf->exists('realtime-backend'), - ); -} - +my $server = FS::UI::Web::JSRPC->new('FS::cust_main::process_bill_and_collect', $cgi); +