42431: Use Same Address checkbox doesn't recognize address2 differences (v4+ only)
[freeside.git] / httemplate / edit / cust_main / basics.html
index 3290756..97313aa 100644 (file)
@@ -50,7 +50,7 @@
 
   var ship_locked_agents = <% encode_json(\%ship_locked_agents) %>;
   var ship_fields = [
-    'locationname', 'address1',<% $conf->exists('cust_main-no_city_in_address') ? '' : q( 'city',) %> 'state', 'zip', 'country', 
+    'locationname', 'address1','address2',<% $conf->exists('cust_main-no_city_in_address') ? '' : q( 'city',) %> 'state', 'zip', 'country', 
     'latitude', 'longitude', 'district'
   ];