summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/bottomfixup.js
diff options
context:
space:
mode:
authorjeff <jeff>2009-10-05 14:04:10 +0000
committerjeff <jeff>2009-10-05 14:04:10 +0000
commitcf86f3223d1e30853f52c0f5a7a6331f27aed9cb (patch)
treefc3afb99e0eb2f0effebc0a403a63cdcabae5952 /httemplate/edit/cust_main/bottomfixup.js
parent8941cdf14a441e17e2c61e41beb3e7bdbaa0988e (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.js2
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