summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/contact.html
diff options
context:
space:
mode:
authorjeff <jeff>2009-10-05 14:04:10 +0000
committerjeff <jeff>2009-10-05 14:04:10 +0000
commitcf86f3223d1e30853f52c0f5a7a6331f27aed9cb (patch)
treefc3afb99e0eb2f0effebc0a403a63cdcabae5952 /httemplate/edit/cust_main/contact.html
parent8941cdf14a441e17e2c61e41beb3e7bdbaa0988e (diff)
low hanging fruit: improvement in tax location selection RT#6000
Diffstat (limited to 'httemplate/edit/cust_main/contact.html')
-rw-r--r--httemplate/edit/cust_main/contact.html2
1 files changed, 2 insertions, 0 deletions
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;
}