de-randomization fixes for testing, #37340
[freeside.git] / FS / FS / Conf.pm
index c936082..53459c7 100644 (file)
@@ -5922,6 +5922,13 @@ and customer address. Include units.',
     'type'        => 'text',
   },
 
+  {
+    '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;