From: Jonathan Prykop Date: Sat, 4 Apr 2015 00:16:44 +0000 (-0500) Subject: RT#14671: Usage for current day... [added check to _make_lines] X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f32c1ac0d63ea1f3967b7be045beb3cc34be0b4d;p=freeside.git RT#14671: Usage for current day... [added check to _make_lines] --- diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index c107df941..b7deeddcf 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1236,6 +1236,7 @@ sub _make_lines { ) ) ) + || $cust_pkg->is_status_delay_cancel ) and ( $part_pkg->freq ne '0' && ( $cust_pkg->bill || 0 ) <= $cmp_time )