From 7eff77c9579ff987439e1e6a82aa79cf147478a4 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 15 May 2018 08:17:31 -0400 Subject: Revert "RT# 77964 - Placed waive setup fee check back to billing.pm, and added check for prorate package in billing.pm" This reverts commit 88dc1572bd268239a0ca0384a8f536df22f08c1a. --- FS/FS/cust_main/Billing.pm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'FS/FS/cust_main') diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index a5a38fd..44a4dbb 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1027,10 +1027,9 @@ sub _make_lines { || $cust_pkg->expire > $cmp_time ) ) { - + warn " bill setup\n" if $DEBUG > 1; - unless ($cust_pkg->waive_setup) { $lineitems++; $setup = eval { $cust_pkg->calc_setup( $time, \@details, \%setup_param ) }; @@ -1050,12 +1049,6 @@ sub _make_lines { $setup_billed_currency = delete $setup_param{'billed_currency'}; $setup_billed_amount = delete $setup_param{'billed_amount'}; } - } - - if ($cust_pkg->waive_setup && $part_pkg->plan eq "prorate") { - $lineitems++; - $setup = 0 if $part_pkg->prorate_setup($cust_pkg, $time); - } if ( $cust_pkg->get('setup') ) { # don't change it -- cgit v1.1