[freeside-commits] freeside/httemplate/elements menu.html, 1.115, 1.116

Erik Levinson levinse at wavetail.420.am
Tue May 3 22:44:29 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv2932/httemplate/elements

Modified Files:
	menu.html 
Log Message:
add USPS-unvalidated customer addresses report, RT12402

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -w -d -r1.115 -r1.116
--- menu.html	4 May 2011 01:07:10 -0000	1.115
+++ menu.html	4 May 2011 05:44:27 -0000	1.116
@@ -100,6 +100,8 @@
 ;
 $report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_main.cgi?browse=tickets', '' ]
   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');
 
 tie my %report_customers_search, 'Tie::IxHash';
 $report_customers_search{'by ordering employee'} = [ $fsurl. 'search/cust_main-otaker.cgi' ]



More information about the freeside-commits mailing list