[freeside-commits] branch master updated. bf5576362a192f74efe6cedc4ff258842c34bbcd

Ivan ivan at 420.am
Mon Feb 25 19:31:13 PST 2013


The branch, master has been updated
       via  bf5576362a192f74efe6cedc4ff258842c34bbcd (commit)
       via  3cec6fec210ce9b7a5528e3c6a8d85e213a0883d (commit)
      from  db5e7f34b1e17ae6ce8909062537cc2fb98ca30d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bf5576362a192f74efe6cedc4ff258842c34bbcd
Merge: 3cec6fe db5e7f3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Feb 25 19:31:06 2013 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 3cec6fec210ce9b7a5528e3c6a8d85e213a0883d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Feb 25 19:31:02 2013 -0800

    fix locale conf setting dropdown (RT#21054)

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 93aa84b..809333c 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2062,7 +2062,7 @@ and customer address. Include units.',
     'key'         => 'locale',
     'section'     => 'UI',
     'description' => 'Default locale',
-    'type'        => 'select',
+    'type'        => 'select-sub',
     'options_sub' => sub {
       map { $_ => FS::Locales->description($_) } FS::Locales->locales;
     },

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list