From c6297fc9d80c00a2a32d0e9d1fad5debfe53823d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 28 Jun 2017 17:21:12 -0700 Subject: fix country code browser on subsequent selections and add country name --- FS/FS/Mason.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS') 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; -- cgit v1.2.1