From 777a6997a004dc4ea99bccabe494f77f114db1a3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 23 Jan 2014 14:27:40 -0800 Subject: make census tract UI behave more like other cust_location fields, #23497 --- httemplate/edit/cust_main.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/cust_main.cgi') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 480047cae..629c8081d 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -53,6 +53,8 @@ <& /elements/location.html, object => $cust_main->bill_location, prefix => 'bill_', + enable_censustract => 1, + enable_district => 1, enable_coords => 1, &> <& cust_main/after_bill_location.html, $cust_main &> -- cgit v1.2.1