Option to disable the charging of the setup fee while a package is suspended.
[freeside.git] / FS / FS / Conf.pm
index f2b1bea..d9f7d19 100644 (file)
@@ -2076,6 +2076,13 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'disable_setup_suspended_pkgs',
+    'section'     => 'billing',
+    'description' => 'Disables charging of setup fees for suspended packages.',
+    'type'       => 'checkbox',
+  },
+
 );
 
 1;