X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a22e236a2338b3dbe8b05fe949d8d2de18767805;hb=292ef074d01bb925e9a466ed771bf2ac418bb44f;hp=53459c721b1ada2330a033156f66ff5eeba09ff9;hpb=600e9b690d7649e8cde7a9a4cd1089fcb432d238;p=freeside.git 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', + #}, );