X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=e00c461ab5365b71b435f2bb4792cd1553b48087;hb=149053bc35e73874455b9465847d1845e68fa37d;hp=ba633e5d8ec814f25526ee1c4611a6efa3412548;hpb=ad95974fd5f5c00d14630fe834c37eb9131c8a20;p=freeside.git 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';