summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-address_standardize.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-18 15:51:33 -0700
committerMark Wells <mark@freeside.biz>2012-04-18 15:51:33 -0700
commit7ac86daf67b0a95153b736d5811f9050363f6553 (patch)
tree7dcf729622c12da7f4cf1dc560781466cbf4568e /httemplate/misc/xmlhttp-address_standardize.html
parent041a755d45f580c1f04cd228022aba3ed5a167fa (diff)
user confirmation for FFIEC censustract lookups
Diffstat (limited to 'httemplate/misc/xmlhttp-address_standardize.html')
-rw-r--r--httemplate/misc/xmlhttp-address_standardize.html2
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($_);