diff options
author | jeff <jeff> | 2009-10-05 14:04:10 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-10-05 14:04:10 +0000 |
commit | cf86f3223d1e30853f52c0f5a7a6331f27aed9cb (patch) | |
tree | fc3afb99e0eb2f0effebc0a403a63cdcabae5952 /httemplate/edit/cust_main/bottomfixup.js | |
parent | 8941cdf14a441e17e2c61e41beb3e7bdbaa0988e (diff) |
low hanging fruit: improvement in tax location selection RT#6000
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r-- | httemplate/edit/cust_main/bottomfixup.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js index d6d4f920f..1a06d9497 100644 --- a/httemplate/edit/cust_main/bottomfixup.js +++ b/httemplate/edit/cust_main/bottomfixup.js @@ -197,6 +197,7 @@ function post_standardization() { var country_el = cf.elements['<% $taxpre %>country']; var country = country_el.options[ country_el.selectedIndex ].value; + var geocode = cf.elements['geocode'].value; if ( country == 'CA' || country == 'US' ) { @@ -209,6 +210,7 @@ function post_standardization() { ";state=" + state + ";zip=" + cf.elements['<% $taxpre %>zip'].value + ";country=" + country + + ";geocode=" + geocode + ";"; // popup a chooser |