RT# 77964 - Fixed error where deferring date did not work when waive setup fee was...
authorChristopher Burger <burgerc@freeside.biz>
Tue, 15 May 2018 14:19:33 +0000 (10:19 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 21 May 2018 15:24:51 +0000 (11:24 -0400)
Conflicts:
FS/FS/cust_main/Billing.pm

FS/FS/cust_main/Billing.pm

index debff8a..8a6056b 100644 (file)
@@ -1253,6 +1253,11 @@ 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