remove no_random_ids option from config interface
authorMark Wells <mark@freeside.biz>
Thu, 6 Aug 2015 05:39:46 +0000 (22:39 -0700)
committerMark Wells <mark@freeside.biz>
Thu, 6 Aug 2015 05:39:46 +0000 (22:39 -0700)
FS/FS/Conf.pm

index eec6feb..fde5bd2 100644 (file)
@@ -6071,12 +6071,14 @@ and customer address. Include units.',
   { key => "vonage-password", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "vonage-fromnumber", section => "deprecated", description => "<b>DEPRECATED</b>", 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',
-  },
+  # 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',
+  #},
 
 );