From aa93abfbe3967fdc6b6c01636c02b8340d261c40 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Nov 2010 01:52:20 +0000 Subject: fix noisy but harmless fallout from RT#10148 --- FS/FS/cust_main/Billing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 536a938..4b727bb 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -857,7 +857,7 @@ sub _make_lines { my $unitrecur = 0; my $sdate; if ( ! $cust_pkg->start_date - and ( ! $cust_pkg->susp || $part_pkg->option('suspend_bill') ) + and ( ! $cust_pkg->susp || $part_pkg->option('suspend_bill', 1) ) and ( $part_pkg->freq ne '0' && ( $cust_pkg->bill || 0 ) <= $time ) || ( $part_pkg->plan eq 'voip_cdr' -- cgit v1.1