summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-28 17:23:46 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-28 17:23:46 -0700
commitb7ecc6b125afafbc213e73c242eac1e551a636b4 (patch)
treed9f0825f150fd395c4b86123a6f0c31a73894f96 /FS
parent46d94c06672255639c63691db91accc651f32ba6 (diff)
fix country code browser on subsequent selections and add country name
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Mason.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 414e1fa50..99e88be02 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;