diff options
author | Mark Wells <mark@freeside.biz> | 2013-06-18 23:24:17 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-06-18 23:24:17 -0700 |
commit | d1ef14dc43b37960ce08aae9b795b593a24cdc15 (patch) | |
tree | 9a63fea063b10ee4759ea5fe2f97944bccf3eaf4 /httemplate/elements/tr-select-cust_location.html | |
parent | 811e59bef46fb10d713f7ed5b81183ed1293072a (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"> |