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