From 7ac86daf67b0a95153b736d5811f9050363f6553 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 18 Apr 2012 15:51:33 -0700 Subject: user confirmation for FFIEC censustract lookups --- httemplate/misc/xmlhttp-address_standardize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/xmlhttp-address_standardize.html') diff --git a/httemplate/misc/xmlhttp-address_standardize.html b/httemplate/misc/xmlhttp-address_standardize.html index c2d6d7a80..f53c35fca 100644 --- a/httemplate/misc/xmlhttp-address_standardize.html +++ b/httemplate/misc/xmlhttp-address_standardize.html @@ -25,8 +25,8 @@ foreach my $pre ( '', 'ship_' ) { }; my $cache = eval { FS::GeocodeCache->standardize($location) }; - $cache->set_censustract if $pre; $cache->set_coord; + # don't do set_censustract here, though censustract may be set by now foreach ( keys(%$cache) ) { $new{$pre.$_} = $cache->get($_); -- cgit v1.2.1