[freeside-commits] branch FREESIDE_3_BRANCH updated. f32c1ac0d63ea1f3967b7be045beb3cc34be0b4d
Jonathan Prykop
jonathan at 420.am
Wed Apr 8 14:27:35 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via f32c1ac0d63ea1f3967b7be045beb3cc34be0b4d (commit)
from 024ebf9e47096a92f7eaff8687231f5f81285330 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f32c1ac0d63ea1f3967b7be045beb3cc34be0b4d
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Fri Apr 3 19:16:44 2015 -0500
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 c107df9..b7deedd 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 )
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Billing.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list