diff options
author | Mark Wells <mark@freeside.biz> | 2012-04-18 15:51:33 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-04-18 15:51:33 -0700 |
commit | 7ac86daf67b0a95153b736d5811f9050363f6553 (patch) | |
tree | 7dcf729622c12da7f4cf1dc560781466cbf4568e /httemplate/misc/xmlhttp-address_standardize.html | |
parent | 041a755d45f580c1f04cd228022aba3ed5a167fa (diff) |
user confirmation for FFIEC censustract lookups
Diffstat (limited to 'httemplate/misc/xmlhttp-address_standardize.html')
-rw-r--r-- | httemplate/misc/xmlhttp-address_standardize.html | 2 |
1 files changed, 1 insertions, 1 deletions
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($_); |