From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- httemplate/misc/bill.cgi | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100755 httemplate/misc/bill.cgi (limited to 'httemplate/misc/bill.cgi') diff --git a/httemplate/misc/bill.cgi b/httemplate/misc/bill.cgi deleted file mode 100755 index 3c3c48c54..000000000 --- a/httemplate/misc/bill.cgi +++ /dev/null @@ -1,45 +0,0 @@ -%if ( $error ) { -% errorpage($error); -%} else { -<% $cgi->redirect(popurl(2). "view/cust_main.cgi?$custnum") %> -%} -<%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'), - ); -} - - -- cgit v1.2.1