X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fcontact.html;h=3ccee62e5c159babd2c0cac098fd511c7f5a9fba;hb=cf86f3223d1e30853f52c0f5a7a6331f27aed9cb;hp=3bed54b859b6bd47147c25252ad824b5c37e1f26;hpb=8941cdf14a441e17e2c61e41beb3e7bdbaa0988e;p=freeside.git diff --git a/httemplate/edit/cust_main/contact.html b/httemplate/edit/cust_main/contact.html index 3bed54b85..3ccee62e5 100644 --- a/httemplate/edit/cust_main/contact.html +++ b/httemplate/edit/cust_main/contact.html @@ -111,6 +111,8 @@ $cust_main->set($pre.'state', $statedefault ) $cust_main->set('stateid_state', $cust_main->state ) unless $pre || $cust_main->get('stateid_state'); +$opt{geocode} ||= $cust_main->get('geocode'); + if ( $conf->exists('cust_main-require_censustract') ) { $opt{censustract} ||= $cust_main->censustract; }