From abffd58d0109d62dad8c34f09353a6b3bddd2c03 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 5 May 2009 01:41:48 +0000 Subject: [PATCH] ignore fee based taxes and eliminate unused code --- bin/cust_main_special.pm | 220 ++++++----------------------------------------- 1 file changed, 26 insertions(+), 194 deletions(-) diff --git a/bin/cust_main_special.pm b/bin/cust_main_special.pm index 1f3203e1d..967b6be19 100644 --- a/bin/cust_main_special.pm +++ b/bin/cust_main_special.pm @@ -34,69 +34,6 @@ $conf = new FS::Conf; =over 4 -=item bill_and_collect - -Cancels and suspends any packages due, generates bills, applies payments and -cred - -Warns on errors (Does not currently: If there is an error, returns the error, otherwise returns false.) - -Options are passed as name-value pairs. Currently available options are: - -=over 4 - -=item time - -Bills the customer as if it were that time. Specified as a UNIX timestamp; see L). Also see L and L for conversion functions. For example: - - use Date::Parse; - ... - $cust_main->bill( 'time' => str2time('April 20th, 2001') ); - -=item invoice_time - -Used in conjunction with the I