From: Jonathan Prykop Date: Wed, 4 Jan 2017 21:00:19 +0000 (-0600) Subject: 42431: Use Same Address checkbox doesn't recognize address2 differences (v4+ only) X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=755969fa7279b58aa965a6f488060e80ad379689 42431: Use Same Address checkbox doesn't recognize address2 differences (v4+ only) --- diff --git a/httemplate/edit/cust_main/basics.html b/httemplate/edit/cust_main/basics.html index 3290756a8..97313aada 100644 --- a/httemplate/edit/cust_main/basics.html +++ b/httemplate/edit/cust_main/basics.html @@ -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' ];