add unapplycredits configuration option
[freeside.git] / FS / FS / Conf.pm
index 99eee18..ecd2a97 100644 (file)
@@ -350,6 +350,13 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'unapplycredits',
+    'section'     => 'UI',
+    'description' => 'Enable "unapplication" of unclosed credits.',
+    'type'        => 'checkbox',
+  },
+
   {
     'key'         => 'dirhash',
     'section'     => 'shell',