summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-04-03 19:16:44 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-04-03 19:16:44 -0500
commit506bee9c2fefa9a3cd4415a069b1fb16d9f4e3ab (patch)
treebe77e23a34551ddf24a3f33f285e6a028c8cff34
parente04a3713495d513d4216f9bf98ac8e006dfbb032 (diff)
RT#14671: Usage for current day... [added check to _make_lines]
-rw-r--r--FS/FS/cust_main/Billing.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm
index 8f62348..29d5fa9 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 )