X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-address_standardize.html;fp=httemplate%2Fmisc%2Fconfirm-address_standardize.html;h=a6f4b06e830c2a1a13b496d92e3376222cb577a9;hb=84fa358b56b89205fff99927080d5c28c01d57ff;hp=3603b95d9d5513dcd0336fd789015d87b1bfc065;hpb=a5318b8239e3a35cbbeb5510b451f5ba5f622846;p=freeside.git diff --git a/httemplate/misc/confirm-address_standardize.html b/httemplate/misc/confirm-address_standardize.html index 3603b95d9..a6f4b06e8 100644 --- a/httemplate/misc/confirm-address_standardize.html +++ b/httemplate/misc/confirm-address_standardize.html @@ -11,8 +11,15 @@ Confirm address standardization

+% my @prefixes; +% if ( $old{onlyship} ) { +% @prefixes = ('ship_'); +% } elsif ( $old{same} ) { +% @prefixes = (''); +% } else { +% @prefixes = ('', 'ship_'); +% } % for my $pre ('', 'ship_') { -% next if !$pre and $old{onlyship}; % my $name = $pre eq 'ship_' ? 'service' : 'billing'; % if ( $new{$pre.'addr_clean'} ) {