add suspend_bill package option to more pkgparts, RT10586
[freeside.git] / FS / FS / part_pkg / prorate_delayed.pm
index dd1b816..8ea64a8 100644 (file)
@@ -21,8 +21,11 @@ use FS::part_pkg;
                                   ' no warning)',
                      'default' => 0,
                     },
+    'suspend_bill' => { 'name' => 'Continue recurring billing while suspended',
+                        'type' => 'checkbox',
+                      },
   },
-  'fieldorder' => [ 'free_days', 'recur_notify' ],
+  'fieldorder' => [ 'free_days', 'recur_notify', 'suspend_bill', ],
   #'setup' => '\'my $d = $cust_pkg->bill || $time; $d += 86400 * \' + what.free_days.value + \'; $cust_pkg->bill($d); $cust_pkg_mod_flag=1; \' + what.setup_fee.value',
   #'recur' => 'what.recur_fee.value',
   'weight' => 22,