diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-06-28 17:21:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-06-28 17:21:12 -0700 |
commit | c6297fc9d80c00a2a32d0e9d1fad5debfe53823d (patch) | |
tree | eddde45be57ad35ee2bbd5828c20bef60ee862f0 /FS | |
parent | 9fa1bf13b76c0177a3aa12d70aabe5358a9fa3e5 (diff) |
fix country code browser on subsequent selections and add country name
Diffstat (limited to '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 89140cac1..da2f5828a 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -118,6 +118,7 @@ if ( -e $addl_handler_use_file ) { #use FS::geocode_Mixin; #for its code2country use Locale::Currency; use Locale::Currency::Format; + use Number::Phone::Country qw( noexport ); use Business::US::USPS::WebTools::AddressStandardization; use Geo::GoogleEarth::Pluggable; use LWP::UserAgent; |