allow_negative_charges config option
[freeside.git] / FS / FS / Conf.pm
index d911480..b391fe4 100644 (file)
@@ -1144,6 +1144,13 @@ httemplate/docs/config.html
                      ],
   },
 
+  {
+    'key'         => 'allow_negative_charges',
+    'section'     => 'billing',
+    'description' => 'Allow negative charges.  Normally not used unless importing data from a legacy system that requires this.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;