diff options
| -rw-r--r-- | FS/FS/cust_main/Billing.pm | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 8a6056b67..debff8a53 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1253,11 +1253,6 @@ sub _make_lines {          }      } -    if ($cust_pkg->waive_setup && $part_pkg->plan eq "prorate") { -      $lineitems++; -      $setup = 0 if $part_pkg->prorate_setup($cust_pkg, $time); -    } -      $cust_pkg->setfield('setup', $time)        unless $cust_pkg->setup;            #do need it, but it won't get written to the db | 
