summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-address_standardize.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-11-13 15:32:31 -0800
committerMark Wells <mark@freeside.biz>2012-11-13 15:32:31 -0800
commit2bb7db96a07599e980323c1b6b23a8c79cc17a9a (patch)
treeb9261d163d64c4c7a73648a4081442e4b739a9ff /httemplate/misc/xmlhttp-address_standardize.html
parente32344effc97e76f9ee26fbf4ee206bfaee47a54 (diff)
address standardization/census tract fixes
Diffstat (limited to 'httemplate/misc/xmlhttp-address_standardize.html')
-rw-r--r--httemplate/misc/xmlhttp-address_standardize.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/xmlhttp-address_standardize.html b/httemplate/misc/xmlhttp-address_standardize.html
index e28c06f3a..1620642cb 100644
--- a/httemplate/misc/xmlhttp-address_standardize.html
+++ b/httemplate/misc/xmlhttp-address_standardize.html
@@ -20,9 +20,9 @@ my @prefixes;
if ($old{onlyship}) {
@prefixes = ('ship_');
} elsif ( $old{same} ) {
- @prefixes = ('');
+ @prefixes = ('bill_');
} else {
- @prefixes = ('', 'ship_');
+ @prefixes = ('bill_', 'ship_');
}
foreach my $pre ( @prefixes ) {