[freeside-commits] branch master updated. 506bee9c2fefa9a3cd4415a069b1fb16d9f4e3ab

Jonathan Prykop jonathan at 420.am
Fri Apr 3 17:17:06 PDT 2015


The branch, master has been updated
       via  506bee9c2fefa9a3cd4415a069b1fb16d9f4e3ab (commit)
      from  e04a3713495d513d4216f9bf98ac8e006dfbb032 (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 506bee9c2fefa9a3cd4415a069b1fb16d9f4e3ab
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 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 )

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main/Billing.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list