summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-11-23 01:52:20 +0000
committerivan <ivan>2010-11-23 01:52:20 +0000
commitaa93abfbe3967fdc6b6c01636c02b8340d261c40 (patch)
tree48430c2c73da824c8d6be3735dc93e730c45304d /FS
parentd7eafc9c9aae2bf47ea19a56cc5bb1380c5874e4 (diff)
fix noisy but harmless fallout from RT#10148
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main/Billing.pm2
1 files changed, 1 insertions, 1 deletions
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'