diff options
author | jeff <jeff> | 2010-03-03 01:00:40 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-03-03 01:00:40 +0000 |
commit | e5587f6729a4451f11b4d5a171184862ec9b235e (patch) | |
tree | 176153af467a63d1865607440290126572dddee3 /httemplate/edit/cust_main | |
parent | 28e563e2e930d0bfd54909c886a76294bf672bfd (diff) |
clear geocode when we DO have plus four
Diffstat (limited to 'httemplate/edit/cust_main')
-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(); } |