X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=c0f3245c69f357fee4a749cf8919fbb59e57ab4e;hb=816b40df3a9fbc155060842999ff8edc155e91d7;hp=f6fc254981c4b388ca536dd0f6fc946069fa7fb8;hpb=c564754d5f17c616782fb27432e6b056bd8fa00d;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index f6fc25498..c0f3245c6 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';