diff options
author | Ivan Kohler <ivan@freeside.biz> | 2022-04-11 15:50:02 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2022-04-11 15:50:02 -0700 |
commit | 5c93b49cd87b0a7ea63ca2e40ee29cc1d1be13b4 (patch) | |
tree | 7a803d673ec31c46fedc6aca7d033f8fa7eac38f /httemplate | |
parent | b2326b23cf72af64884e5e33c7b2ae586adce0bf (diff) |
update adv. package report wrt new census data, RT#86245
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/report_cust_pkg.html | 4 |
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', }, |