From 2bb7db96a07599e980323c1b6b23a8c79cc17a9a Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 13 Nov 2012 15:32:31 -0800 Subject: address standardization/census tract fixes --- httemplate/misc/xmlhttp-address_standardize.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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 ) { -- cgit v1.2.1