RT# 74537 - Added new selfservice config option to make ECHECK readonly on selfservic...
[freeside.git] / FS / FS / Conf.pm
index 9f66073..77add5d 100644 (file)
@@ -1647,7 +1647,7 @@ and customer address. Include units.',
 
   {
     'key'         => 'quotation_disable_after_days',
-    'section'     => 'quotations',
+    'section'     => '',
     'description' => 'The number of days, if set, after which a non-converted quotation will be automatically disabled.',
     'type'        => 'text'
   },
@@ -6109,6 +6109,13 @@ and customer address. Include units.',
   },
 
   {
+    'key'         => 'selfservice-ACH_info_readonly',
+    'section'     => 'self-service',
+    'description' => 'make ACH on self service portal read only',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'selfservice-announcement',
     'section'     => 'self-service',
     'description' => 'HTML announcement to display to all authenticated users on account overview page',