X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMisc.pm;h=f597058ef0810e24b2406402a1fdeda97aaa8036;hb=8d5e4e82f9ddcc1697d9ac94bfbc4a5bbe3c5caf;hp=380f8959d234dfc7b1d512aea5a46cbc90ad385f;hpb=c2f7d8ba623194ad1fae37b231b2e29b33d05674;p=freeside.git diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index 380f8959d..f597058ef 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -548,7 +548,7 @@ sub states_hash { #it could throw a fatal "Invalid country code" error (for example "AX") my $subcountry = eval { new Locale::SubCountry($country) } - or return ( '', '(n/a)' ); + or return (); # ( '', '(n/a)' ); #"i see your schwartz is as big as mine!" map { ( $_->[0] => $_->[1] ) }