[freeside-commits] freeside/FS/FS/cust_main Billing.pm, 1.18.2.1, 1.18.2.2
Ivan,,,
ivan at wavetail.420.am
Mon Nov 22 17:52:24 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv10759/FS/FS/cust_main
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Billing.pm
Log Message:
fix noisy but harmless fallout from RT#10148
Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -w -d -r1.18.2.1 -r1.18.2.2
--- Billing.pm 5 Nov 2010 22:58:56 -0000 1.18.2.1
+++ Billing.pm 23 Nov 2010 01:52:22 -0000 1.18.2.2
@@ -857,7 +857,7 @@
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'
More information about the freeside-commits
mailing list