diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-04 15:00:19 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-04 15:00:19 -0600 |
commit | 755969fa7279b58aa965a6f488060e80ad379689 (patch) | |
tree | b5a56ffcbf0ea769b3addf04fd9fe177c5e7ff9a /httemplate/edit/cust_main | |
parent | d8c62f08bf358948859491abe97532bb89a18859 (diff) |
42431: Use Same Address checkbox doesn't recognize address2 differences (v4+ only)
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r-- | httemplate/edit/cust_main/basics.html | 2 |
1 files changed, 1 insertions, 1 deletions
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' ]; |