summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2022-02-27 16:59:21 -0800
committerIvan Kohler <ivan@freeside.biz>2022-02-27 16:59:21 -0800
commit149053bc35e73874455b9465847d1845e68fa37d (patch)
tree4a6a1e3d0e0b9a456911600078118bf820e4c7b0 /httemplate
parentad95974fd5f5c00d14630fe834c37eb9131c8a20 (diff)
search for missing/outdated census tract, RT#86245
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index ba633e5d8..e00c461ab 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -129,6 +129,8 @@ $report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_ma
if $conf->config('ticket_system');
$report_customers_lists{'with USPS-unvalidated addresses'} = [ $fsurl. 'search/cust_main.cgi?browse=uspsunvalid', '' ]
if $conf->config('usps_webtools-userid') && $conf->config('usps_webtools-password');
+$report_customers_lists{'with missing/outdated census tract'} = [ $fsurl. 'search/cust_main.html?no_censustract=1', '' ]
+ if $conf->config('usps_webtools-userid') && $conf->config('usps_webtools-password');
$report_customers_lists{'with referrals'} = [ $fsurl. 'search/cust_main.html?with_referrals=1' ];
tie my %report_customers, 'Tie::IxHash';