summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/basics.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2017-01-04 15:00:19 -0600
committerJonathan Prykop <jonathan@freeside.biz>2017-01-04 15:04:11 -0600
commit018d026dcffae93d0cd23639cbd1d57065c17e21 (patch)
treeb1f946ba24a352774b924f20f6da9130f41d13ca /httemplate/edit/cust_main/basics.html
parent3e84035fd56d11da62663fed7651ff54098a52c9 (diff)
42431: Use Same Address checkbox doesn't recognize address2 differences (v4+ only)
Diffstat (limited to 'httemplate/edit/cust_main/basics.html')
-rw-r--r--httemplate/edit/cust_main/basics.html2
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'
];