X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fgeocode_Mixin.pm;h=09b1131124b8755c3e446aea7fbe407f5d870a84;hp=a372faaa89f7d87663f53823cdf053699d1abd12;hb=6a4b5b3bf9b3e589cf8ff18453e9c6be6a50091a;hpb=4f21cddff8bce37e1953b6f9b1653f6e55086595 diff --git a/FS/FS/geocode_Mixin.pm b/FS/FS/geocode_Mixin.pm index a372faaa8..09b113112 100644 --- a/FS/FS/geocode_Mixin.pm +++ b/FS/FS/geocode_Mixin.pm @@ -273,7 +273,7 @@ sub process_district_update { my $error = $self->replace; die $error if $error; - my %hash = map { $_ => $tax_info->{$_} } + my %hash = map { $_ => uc( $tax_info->{$_} ) } qw( district city county state country ); $hash{'source'} = $method; # apply the update only to taxes we maintain