RT#14671: Usage for current day... [added check to _make_lines]
authorJonathan Prykop <jonathan@freeside.biz>
Sat, 4 Apr 2015 00:16:44 +0000 (19:16 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Wed, 8 Apr 2015 21:07:54 +0000 (16:07 -0500)
FS/FS/cust_main/Billing.pm

index c107df9..b7deedd 100644 (file)
@@ -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 )