From: jeff Date: Tue, 5 May 2009 01:41:48 +0000 (+0000) Subject: ignore fee based taxes and eliminate unused code X-Git-Tag: root_of_svc_elec_features~1212 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=abffd58d0109d62dad8c34f09353a6b3bddd2c03 ignore fee based taxes and eliminate unused code --- 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