diff options
author | Ivan Kohler <ivan@freeside.biz> | 2022-03-02 17:08:04 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2022-03-02 17:08:04 -0800 |
commit | 2d836b1dc14d820ccaf7d6950cdb9df65272bb36 (patch) | |
tree | a7b614df6f1253f6f96a51fff6c3a925f3c6c56a | |
parent | 8e2aeb1581a89359b92b5d81f42254490af069d2 (diff) |
search for missing/outdated census tract, RT#86245
-rw-r--r-- | httemplate/elements/menu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 7f809bcae..36d4e4dd2 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -129,8 +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 missing/outdated census tract'} = [ $fsurl. 'search/cust_main.html?no_censustract=1&ship_country=US', '' ] + ;#if $conf->config('cust_main-require_censustract'); $report_customers_lists{'with referrals'} = [ $fsurl. 'search/cust_main.html?with_referrals=1' ]; tie my %report_customers, 'Tie::IxHash'; |