summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/bottomfixup.js
diff options
context:
space:
mode:
authorjeff <jeff>2010-03-03 01:01:03 +0000
committerjeff <jeff>2010-03-03 01:01:03 +0000
commit7da605845e7a27c97414ccee2eb0b87533a65a20 (patch)
tree7e385c22589e130c59a314acd2f80a0aead9271c /httemplate/edit/cust_main/bottomfixup.js
parent1368f0fa8982d3114e950eb6c0b3d8c05a1d12c0 (diff)
clear geocode when we DO have plus four
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r--httemplate/edit/cust_main/bottomfixup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js
index 1a06d9497..5d06f3c04 100644
--- a/httemplate/edit/cust_main/bottomfixup.js
+++ b/httemplate/edit/cust_main/bottomfixup.js
@@ -225,6 +225,7 @@ function post_standardization() {
} else {
+ cf.elements['geocode'].value = '';
post_geocode();
}