[freeside-commits] branch master updated. 755969fa7279b58aa965a6f488060e80ad379689

Jonathan Prykop jonathan at 420.am
Wed Jan 4 13:00:54 PST 2017


The branch, master has been updated
       via  755969fa7279b58aa965a6f488060e80ad379689 (commit)
      from  d8c62f08bf358948859491abe97532bb89a18859 (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 755969fa7279b58aa965a6f488060e80ad379689
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