RT# 77964 - refined code to defer dates when waiving setup fee for prorated packages.
authorChristopher Burger <burgerc@freeside.biz>
Mon, 21 May 2018 13:44:55 +0000 (09:44 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 21 May 2018 13:44:55 +0000 (09:44 -0400)
FS/FS/cust_main/Billing.pm

index 51b49e4..9cf9b56 100644 (file)
@@ -1052,10 +1052,8 @@ sub _make_lines {
         }
     }
 
-    if ($cust_pkg->waive_setup && $part_pkg->plan eq "prorate") {
-      $lineitems++;
-      $setup = 0 if $part_pkg->prorate_setup($cust_pkg, $time);
-    }
+    $lineitems++
+    if $cust_pkg->waive_setup && $part_pkg->can('prorate_setup') && $part_pkg->prorate_setup($cust_pkg, $time);
 
     if ( $cust_pkg->get('setup') ) {
       # don't change it