add cust_main-status_module to control how customers with cancelled recurring but...
authorivan <ivan>
Thu, 20 Jan 2011 09:51:57 +0000 (09:51 +0000)
committerivan <ivan>
Thu, 20 Jan 2011 09:51:57 +0000 (09:51 +0000)
FS/FS/Conf.pm

index ef9f93a..610b3a9 100644 (file)
@@ -4270,6 +4270,14 @@ and customer address. Include units.',
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_main-status_module',
+    'section'     => 'UI',
+    'description' => 'Which module to use for customer status display.  The "Classic" module (the default) considers accounts with cancelled recurring packages but un-cancelled one-time charges Inactive.  The "Recurring" module considers those customers Cancelled.', #other differences?
+    'type'        => 'select',
+    'select_enum' => [ 'Classic', 'Recurring' ],
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },