per-package option to adjust bill date on unsuspend, RT#8434
[freeside.git] / FS / FS / part_pkg / flat.pm
index be17fd8..3929cb9 100644 (file)
@@ -116,6 +116,11 @@ tie my %temporalities, 'Tie::IxHash',
     'start_1st'     => { 'name' => 'Auto-add a start date to the 1st, ignoring the current month.',
                          'type' => 'checkbox',
                        },
+    'unsuspend_adjust_bill' =>
+                       { 'name' => 'Adjust next bill date forward when '.
+                                   'unsuspending',
+                         'type' => 'checkbox',
+                       },
 
     %usage_fields,
     %usage_recharge_fields,
@@ -126,7 +131,7 @@ tie my %temporalities, 'Tie::IxHash',
   },
   'fieldorder' => [ qw( setup_fee recur_fee
                         recur_temporality unused_credit
-                        expire_months start_1st
+                        expire_months start_1st unsuspend_adjust_bill
                       ),
                     @usage_fieldorder, @usage_recharge_fieldorder,
                     qw( externalid ),