diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-03 19:16:44 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-08 16:07:54 -0500 |
commit | f32c1ac0d63ea1f3967b7be045beb3cc34be0b4d (patch) | |
tree | a6e503ccf56d251b68971ef9465486c2b8a41e6f | |
parent | 024ebf9e47096a92f7eaff8687231f5f81285330 (diff) |
RT#14671: Usage for current day... [added check to _make_lines]
-rw-r--r-- | FS/FS/cust_main/Billing.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |