X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=53459c721b1ada2330a033156f66ff5eeba09ff9;hb=ce1a26f5033acf26ccf0c922b2fc43cc2baa2bb9;hp=c936082665de4c6e4fb79a636a414f9468f4dba1;hpb=908d425750365b7a2bf59334ccfc41adc9d61a17;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c93608266..53459c721 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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;