add cancelled_cust-noevents flag to emulate SG billing-daily -r behavior
[freeside.git] / FS / FS / Conf.pm
index 279a170..cf4c439 100644 (file)
@@ -2765,6 +2765,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'cancelled_cust-noevents',
+    'section'     => 'billing',
+    'description' => "Don't run events for cancelled customers",
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;