Revert "RT# 77964 - Added check for prorate package in billing.pm fix for V3 backport"
authorChristopher Burger <burgerc@freeside.biz>
Tue, 15 May 2018 13:44:53 +0000 (09:44 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Tue, 15 May 2018 13:44:53 +0000 (09:44 -0400)
This reverts commit fad6e3456699062c05301bff45243a88df93e312.

FS/FS/cust_main/Billing.pm

index 8a6056b..debff8a 100644 (file)
@@ -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