diff options
author | jeff <jeff> | 2010-03-03 01:01:03 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-03-03 01:01:03 +0000 |
commit | 7da605845e7a27c97414ccee2eb0b87533a65a20 (patch) | |
tree | 7e385c22589e130c59a314acd2f80a0aead9271c | |
parent | 1368f0fa8982d3114e950eb6c0b3d8c05a1d12c0 (diff) |
clear geocode when we DO have plus four
-rw-r--r-- | httemplate/edit/cust_main/bottomfixup.js | 1 |
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(); } |