summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-04-20 12:08:43 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-04-20 12:16:37 -0400
commit9cdd008acdaa19127409188b51e25fe8c8b0b04b (patch)
treeff7804a89cbe10c2bc47572f24f35e371df8d501 /FS/FS/cust_main
parentb1ff95e68f17199e2289e1515e3a3b836cd195c8 (diff)
RT# 77964 - fixed so deferring date now works when waive setup fee is set
Diffstat (limited to 'FS/FS/cust_main')
-rw-r--r--FS/FS/cust_main/Billing.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm
index 08b10c1..44a4dbb 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