fix new recurring display vs. price plans that need a cust_pkg, RT#36813, RT#21565
authorIvan Kohler <ivan@freeside.biz>
Mon, 20 Jul 2015 23:54:10 +0000 (16:54 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 20 Jul 2015 23:54:10 +0000 (16:54 -0700)
httemplate/view/cust_main/billing.html

index 828fbd3..ca48a70 100644 (file)
@@ -65,7 +65,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