diff options
| author | Mark Wells <mark@freeside.biz> | 2013-06-18 23:20:58 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-06-18 23:20:58 -0700 |
| commit | 88c86b2900f92ebf3a95f8b2b01985ccee290673 (patch) | |
| tree | b3e437d3dc2e2cfd9f6f2fc1f8e01170ba862b6f /httemplate/elements/tr-select-cust_location.html | |
| parent | e0a26e8978af2c77bdcaf2b491ee5c731285563d (diff) | |
fix manual entry of census tract when editing location, #23643
Diffstat (limited to 'httemplate/elements/tr-select-cust_location.html')
| -rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index 780bf96ad..e1fa825c1 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -209,6 +209,7 @@ Example: 'no_bold' => $opt{'no_bold'}, 'alt_format' => $opt{'alt_format'}, 'enable_coords'=> 1, + 'enable_censustract' => 1, ) %> <SCRIPT TYPE="text/javascript"> |
