From: jeff Date: Wed, 3 Mar 2010 01:01:03 +0000 (+0000) Subject: clear geocode when we DO have plus four X-Git-Tag: freeside_1_9_2~41 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7da605845e7a27c97414ccee2eb0b87533a65a20 clear geocode when we DO have plus four --- 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(); }