[freeside-commits] branch FREESIDE_4_BRANCH updated. 551810451d0c6455d823eca8c916d6f131f99354

Ivan ivan at 420.am
Mon Jul 20 16:54:09 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  551810451d0c6455d823eca8c916d6f131f99354 (commit)
      from  4915d6e8fd9dbc933049da8051e2fcfb66da0f8c (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 551810451d0c6455d823eca8c916d6f131f99354
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 20 16:54:07 2015 -0700

    fix new recurring display vs. price plans that need a cust_pkg, RT#36813, RT#21565

diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 7027ebd..c031ce9 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -61,7 +61,7 @@
 %
 %       #add recurring amounts for this package and its billing add-ons
 %       foreach my $l_part_pkg ( $part_pkg->self_and_bill_linked ) {
-%         $pkg_amount += $l_part_pkg->base_recur;
+%         $pkg_amount += $l_part_pkg->base_recur($cust_pkg);
 %       }
 %
 %       #subtract amounts for any active discounts

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

Summary of changes:
 httemplate/view/cust_main/billing.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list