[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.10, 1.100.2.11
Erik Levinson
levinse at wavetail.420.am
Tue May 3 22:44:31 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv2971/httemplate/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.100.2.10
retrieving revision 1.100.2.11
diff -u -w -d -r1.100.2.10 -r1.100.2.11
--- menu.html 4 May 2011 01:07:13 -0000 1.100.2.10
+++ menu.html 4 May 2011 05:44:29 -0000 1.100.2.11
@@ -88,6 +88,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