42431: Use Same Address checkbox doesn't recognize address2 differences (v4+ only)
authorJonathan Prykop <jonathan@freeside.biz>
Wed, 4 Jan 2017 21:00:19 +0000 (15:00 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Wed, 4 Jan 2017 21:00:19 +0000 (15:00 -0600)
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'
   ];