summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-address_standardize.html
diff options
context:
space:
mode:
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 ) {