X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=36852ea895856b601dfb1cd930bfedb482d5f2ec;hp=94669ffbd1c794f2b529158d205b1733b30e9169;hb=0e845fa6f04733d82ea8ca092c7778aef773ab5d;hpb=a69c2b61cdf4e866e36bab91de1dd71666e7cfb7 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 94669ffbd..36852ea89 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4720,13 +4720,17 @@ and customer address. Include units.', { 'key' => 'translate-auto-insert', 'section' => '', - 'description' => 'Auto-insert untranslated strings for selected non-en_US locales with their default/en_US values. DO NOT TURN THIS ON.', - 'type' => 'select-sub', + 'description' => 'Auto-insert untranslated strings for selected non-en_US locales with their default/en_US values. Do not turn this on unless translating the interface into a new language.', + 'type' => 'select', 'multiple' => 1, - 'options_sub' => sub { map { $_ => '' } - grep { $_ ne 'en_US' } FS::Locales::locales; - }, - 'option_sub' => sub { ''; }, + 'select_enum' => [ grep { $_ ne 'en_US' } FS::Locales::locales ], + }, + + { + 'key' => 'svc_acct-tower_sector', + 'section' => '', + 'description' => 'Track tower and sector for svc_acct (account) services.', + 'type' => 'checkbox', }, { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" },