From 8a4f82e9928327f4f6ea8dc1364b71819a63f530 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 22 Mar 2013 10:14:54 -0700 Subject: [PATCH] fix flat_introrate price plan vs. quantities, RT#22134, RT#13136 --- FS/FS/cust_main/Billing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index a45300cd9..939a625c7 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1038,7 +1038,7 @@ sub _make_lines { if ( $@ ); #base_cancel??? - $unitrecur = $cust_pkg->part_pkg->base_recur || $recur; #XXX uuh + $unitrecur = $cust_pkg->base_recur( \$sdate ) || $recur; #XXX uuh, better if ( $increment_next_bill ) { -- 2.11.0