[freeside-commits] branch FREESIDE_4_BRANCH updated. d974ae7af672a22163f0a97dd19f97277293c594

Ivan Kohler ivan at freeside.biz
Wed Mar 2 17:08:02 PST 2022


The branch, FREESIDE_4_BRANCH has been updated
       via  d974ae7af672a22163f0a97dd19f97277293c594 (commit)
      from  149053bc35e73874455b9465847d1845e68fa37d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d974ae7af672a22163f0a97dd19f97277293c594
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 2 17:08:01 2022 -0800

    search for missing/outdated census tract, RT#86245

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index e00c461ab..d3d5ba8f4 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';

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/menu.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list