X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bf7c5533e54d6d3b2a97a2917161035cd8407696;hp=517967cf6da289d425d9586bc76d448340164359;hb=5e8073ffe5707504751b8df36f645b325a895f87;hpb=79ca46c249e58be3b7c70df57a8fc75a60ceb622 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 517967cf6..bf7c5533e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4977,6 +4977,13 @@ and customer address. Include units.', }, 'option_sub' => sub { FS::Locales->description(shift) }, }, + + { + 'key' => 'cust_main-require_locale', + 'section' => 'UI', + 'description' => 'Require an explicit locale to be chosen for new customers.', + 'type' => 'checkbox', + }, { 'key' => 'translate-auto-insert',