From ef5c5621cdb9541d6bcf934233396edae30f8c3b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 19:03:57 +0000 Subject: [PATCH] additional due_cust_event debugging --- FS/FS/cust_main.pm | 83 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 65 insertions(+), 18 deletions(-) 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