diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2e52db7be..eec6febbb 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -6071,6 +6071,13 @@ 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', + }, + ); 1; |