summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-05 22:39:19 -0700
committerMark Wells <mark@freeside.biz>2015-08-05 22:39:38 -0700
commit3a88840e73d21531fc014b0942e878b614399f14 (patch)
treea82ac8b02ec0c24cb3fe7165ae280b0a5c15e714
parent7c21e5bcc4cdd2974795c178bfeea7fa040e468e (diff)
remove no_random_ids option from config interface
-rw-r--r--FS/FS/Conf.pm14
1 files changed, 8 insertions, 6 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 53459c721..a22e236a2 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5922,12 +5922,14 @@ 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',
- },
+ # 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',
+ #},
);