[freeside-commits] branch FREESIDE_4_BRANCH updated. 018d026dcffae93d0cd23639cbd1d57065c17e21
Jonathan Prykop
jonathan at 420.am
Wed Jan 4 13:06:09 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via 018d026dcffae93d0cd23639cbd1d57065c17e21 (commit)
from 3e84035fd56d11da62663fed7651ff54098a52c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 018d026dcffae93d0cd23639cbd1d57065c17e21
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Wed Jan 4 15:00:19 2017 -0600
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 3290756..97313aa 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'
];
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/cust_main/basics.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list