From d780e6f463091cd02532ea4750e9484cc26ce9a8 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 23:41:55 +0000 Subject: [PATCH] don't leave stray 'new' events around if they don't pass their final condition check --- FS/FS/cust_main.pm | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 51ca73c8b..bdc181014 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1912,7 +1912,6 @@ If set true, re-charges setup fees. Debugging level. Default is 0 (no debugging), or can be set to 1 (passed-in options), 2 (traces progress), 3 (more information), or 4 (include full search queries) - =back =cut @@ -1980,11 +1979,11 @@ Options are passed as name-value pairs. Currently available options are: =item resetup -if set true, re-charges setup fees. +If set true, re-charges setup fees. =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: +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; ... @@ -1998,7 +1997,7 @@ An array ref of specific packages (objects) to attempt billing, instead trying a =item invoice_time -used in conjunction with the I