remove no_random_ids option from config interface
[freeside.git] / FS / FS / Conf.pm
index c936082..a22e236 100644 (file)
@@ -5922,6 +5922,15 @@ and customer address. Include units.',
     'type'        => 'text',
   },
 
+  # for internal use only; test databases should declare this option and
+  # everyone else should pretend it doesn't exist
+  #{
+  #  'key'         => 'no_random_ids',
+  #  'section'     => '',
+  #  'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.',
+  #  'type'        => 'checkbox',
+  #},
+
 );
 
 1;