have the new style notes be the default
[freeside.git] / FS / FS / Conf.pm
index 7f77e00..bafdd79 100644 (file)
@@ -1729,11 +1729,34 @@ httemplate/docs/config.html
   },
 
   {
+    'key'         => 'batch-enable',
+    'section'     => 'billing',
+    'description' => 'Enable credit card batching - leave disabled for real-time installations.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'batch-default_format',
     'section'     => 'billing',
     'description' => 'Default format for batches.',
     'type'        => 'select',
-    'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM' ]
+    'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ]
+  },
+
+  {
+    'key'         => 'batch-fixed_format-CARD',
+    'section'     => 'billing',
+    'description' => 'Fixed (unchangeable) format for credit card batches.',
+    'type'        => 'select',
+    'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ]
+  },
+
+  {
+    'key'         => 'batch-fixed_format-CHEK',
+    'section'     => 'billing',
+    'description' => 'Fixed (unchangeable) format for electronic check batches.',
+    'type'        => 'select',
+    'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ]
   },
 
   {
@@ -1758,9 +1781,9 @@ httemplate/docs/config.html
   },
 
   {
-    'key'         => 'cust_main-use_notes',
+    'key'         => 'cust_main-disable_notes',
     'section'     => 'UI',
-    'description' => 'Display link to add timestamped and user identified customr notes.  Useful in tracking who did what.',
+    'description' => 'Disable new style customer notes - timestamped and user identified customr notes.  Useful in tracking who did what.',
     'type'        => 'checkbox',
   },