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/?p=freeside.git;a=commitdiff_plain;h=506bee9c2fefa9a3cd4415a069b1fb16d9f4e3ab 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 8f6234880..29d5fa916 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1044,6 +1044,7 @@ sub _make_lines { ) ) ) + || $cust_pkg->is_status_delay_cancel ) and ( $part_pkg->freq ne '0' && ( $cust_pkg->bill || 0 ) <= $cmp_time )