X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMisc.pm;h=2559fc3327675776e38505567807ed613d2e410f;hb=8706262a6d18ef5103fb5972ca6443b73e700e6a;hp=bede41390897feba33dbf327c08194b0ec4d2d27;hpb=16453ebdacf7dc86d045a40eab8427414d6488e4;p=freeside.git diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index bede41390..2559fc332 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -545,7 +545,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] ) }