From: Ivan Kohler Date: Mon, 20 Jul 2015 23:54:05 +0000 (-0700) Subject: fix new recurring display vs. price plans that need a cust_pkg, RT#36813, RT#21565 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=31d3be5e80b4c92367dc84fea9f8bf3ee2d14480 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 7027ebd87..c031ce929 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