From: ivan Date: Thu, 4 Oct 2007 19:03:57 +0000 (+0000) Subject: additional due_cust_event debugging X-Git-Tag: TRIXBOX_2_6~301 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ef5c5621cdb9541d6bcf934233396edae30f8c3b additional due_cust_event debugging --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 5e3b2e8d8..c26dc9231 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1888,17 +1888,30 @@ 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: +=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