X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fcust_main_special.pm;h=967b6be19499eed19b8d4b6fd352c192e349d4dd;hp=1f3203e1dd39213d0838a11edcda395e107d7948;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=4c13f5c6bb96b79087bdbc2f3a424dac02e9f998 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