X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main%2FBilling.pm;h=44a4dbb04c393b8155f1e3f809213ce5cf28172c;hp=08b10c1ffe2601c1a8803120de59acd98b86769e;hb=babcdb7e84d1d9ee1537b47e16c4e182f426f07b;hpb=b1ff95e68f17199e2289e1515e3a3b836cd195c8 diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 08b10c1ff..44a4dbb04 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1030,7 +1030,6 @@ sub _make_lines { warn " bill setup\n" if $DEBUG > 1; - unless ( $cust_pkg->waive_setup ) { $lineitems++; $setup = eval { $cust_pkg->calc_setup( $time, \@details, \%setup_param ) }; @@ -1050,7 +1049,6 @@ sub _make_lines { $setup_billed_currency = delete $setup_param{'billed_currency'}; $setup_billed_amount = delete $setup_param{'billed_amount'}; } - } if ( $cust_pkg->get('setup') ) { # don't change it