diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-06-28 17:24:56 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-06-28 17:24:56 -0700 |
commit | 70cc4f4c76ea1e320f2d6d4cccc0f056bf2af537 (patch) | |
tree | 99d033200de6739f4d0acd457c0340811addee44 /FS/FS | |
parent | 761f4f377b1c5d5f92d5fbcefc3e7ea98d8ebec7 (diff) |
fix country code browser on subsequent selections and add country name
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index bdae3938c..60e377953 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -123,6 +123,7 @@ if ( -e $addl_handler_use_file ) { use HTML::Widgets::SelectLayers 0.07; #should go away in favor of #selectlayers.html use Locale::Country; + use Number::Phone::Country qw( noexport ); use Business::US::USPS::WebTools::AddressStandardization; use Geo::GoogleEarth::Pluggable; use LWP::UserAgent; |