summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2022-04-11 15:50:10 -0700
committerIvan Kohler <ivan@freeside.biz>2022-04-11 15:50:10 -0700
commit32e9b8146661a5bc6b340b09dacc8a70813555f6 (patch)
tree4a355b850e5cea8c1d5bda4c126a732bda1aede8 /httemplate/search
parentd70cb00205062085e5433a34bc0f7068c4e969e2 (diff)
update adv. package report wrt new census data, RT#86245
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/report_cust_pkg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index 4e17d1f51..a976ef972 100755
--- a/httemplate/search/report_cust_pkg.html
+++ b/httemplate/search/report_cust_pkg.html
@@ -266,8 +266,8 @@
'options' => \@location_options,
'labels' => { 'cust' => "is the customer's default location",
'nocust' => "is not the customer's default location",
- 'census' => "has a census tract",
- 'nocensus' => "does not have a census tract",
+ 'census' => "has an up-to-date census tract",
+ 'nocensus' => "does not have an up-to-date census tract",
'nogeocode'=> 'has an implicit tax location',
'geocode' => 'has a hardcoded tax location',
},