From: Ivan Kohler Date: Fri, 17 Jul 2015 18:44:22 +0000 (-0700) Subject: allow en_US as an available-locale in v3, RT#37311 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f8f4e8e6fd26a0abe8bca4fe6dd1b70b80b55a25 allow en_US as an available-locale in v3, RT#37311 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 438990484..b5d4be69f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5764,7 +5764,6 @@ and customer address. Include units.', 'multiple' => 1, 'options_sub' => sub { map { $_ => FS::Locales->description($_) } - grep { $_ ne 'en_US' } FS::Locales->locales; }, 'option_sub' => sub { FS::Locales->description(shift) },