From e5587f6729a4451f11b4d5a171184862ec9b235e Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 3 Mar 2010 01:00:40 +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