external taxes support package locations RT10093
[freeside.git] / httemplate / misc / xmlhttp-cust_main-address_standardize.html
index 3b9e142..d0627cd 100644 (file)
@@ -28,6 +28,7 @@ if ( $sub eq 'address_standardize' ) {
     } );
 
     foreach my $pre ( '', 'ship_' ) {
+      next unless ($pre || !$arg{onlyship});
 
       my($zip5, $zip4) = split('-',$arg{$pre.'zip'});