add enable_edit flag so serials and key codes can be edited locally
[freeside.git] / FS / FS / Conf.pm
index e45793b..b6c115d 100644 (file)
@@ -1345,7 +1345,7 @@ httemplate/docs/config.html
   {
     'key'         => 'ticket_system-custom_priority_field-values',
     'section'     => '',
-    'description' => 'Values for the custom field from the ticketing system tobreak down and sort customer ticket lists.',
+    'description' => 'Values for the custom field from the ticketing system to break down and sort customer ticket lists.',
     'type'        => 'textarea',
   },
 
@@ -1363,6 +1363,20 @@ httemplate/docs/config.html
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'echeck-void',
+    'section'     => 'billing',
+    'description' => 'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway',
+    'type'        => 'checkbox',
+  },
+
+  {
+    'key'         => 'address2-search',
+    'section'     => 'UI',
+    'description' => 'Enable a "Unit" search box which searches the second address field',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;