X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=467ddfe0cd49c9617c8d19fca2d0583c0c894991;hb=9ed8adbf1ab5aba8181903e9c262f2b69dba6cbc;hp=bf7c2e9150e79c521e6cf075e1c3e7ea40fc2a02;hpb=e12190965086d63e4783aa87775dac3f00473d60;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index bf7c2e915..467ddfe0c 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1595,8 +1595,8 @@ sub ncancelled_pkgs { } else { - warn "$me ncancelled_pkgs: searching for packages for custnum ". - $self->custnum + warn "$me ncancelled_pkgs: searching for packages with custnum ". + $self->custnum. "\n" if $DEBUG > 1; @cust_pkg = @@ -1888,17 +1888,29 @@ 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