[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.12, 1.100.2.13

Ivan,,, ivan at wavetail.420.am
Wed May 18 17:11:33 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	menu.html 
Log Message:
remove obsolete reports -> customers -> search customers -> by ordering employee, RT#12360

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.100.2.12
retrieving revision 1.100.2.13
diff -u -w -d -r1.100.2.12 -r1.100.2.13
--- menu.html	13 May 2011 20:03:50 -0000	1.100.2.12
+++ menu.html	19 May 2011 00:11:31 -0000	1.100.2.13
@@ -91,15 +91,9 @@
 $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' ]
-  if $curuser->access_right('Configuration');
-
 tie my %report_customers, 'Tie::IxHash';
 $report_customers{'List customers'} = [ \%report_customers_lists, 'List customers' ]
   if $curuser->access_right('List customers');
-$report_customers{'Search customers'} = [ \%report_customers_search, 'Search customers' ]
-  if keys %report_customers_search;
 $report_customers{'Zip code distribution'}     = [ $fsurl. 'search/report_cust_main-zip.html', 'Zip codes by number of customers' ];
 $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', 'by status, signup date, agent, etc.' ]
   if    $curuser->access_right('List customers')



More information about the freeside-commits mailing list