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>
Sat, 4 Apr 2015 00:16:44 +0000 (19:16 -0500)
FS/FS/cust_main/Billing.pm

index 8f62348..29d5fa9 100644 (file)
@@ -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 )