From 7da605845e7a27c97414ccee2eb0b87533a65a20 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 3 Mar 2010 01:01:03 +0000 Subject: [PATCH] clear geocode when we DO have plus four --- httemplate/edit/cust_main/bottomfixup.js | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.11.0