diff options
author | Mark Wells <mark@freeside.biz> | 2014-01-23 14:27:40 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-01-23 14:27:40 -0800 |
commit | 777a6997a004dc4ea99bccabe494f77f114db1a3 (patch) | |
tree | fc3df260f924ad02e355db197ef12d49628c8ba3 /httemplate/edit/cust_main.cgi | |
parent | 5985b40c4d8c5cd7b956589edf07b6fa0a4a3dd6 (diff) |
make census tract UI behave more like other cust_location fields, #23497
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
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 &> |