[freeside-commits] freeside/httemplate/elements menu.html, 1.29, 1.30
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Nov 2 17:57:50 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv11796/httemplate/elements
Modified Files:
menu.html
Log Message:
new customer report/flattened package report (ticket 1428)
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- menu.html 2 Oct 2007 00:44:03 -0000 1.29
+++ menu.html 3 Nov 2007 00:57:47 -0000 1.30
@@ -66,6 +66,11 @@
$report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_main.cgi?browse=tickets', '' ]
if $conf->config('ticket_system');
+$report_customers_lists{'advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', '' ]
+ if ( $curuser->access_right('List customers') &&
+ $curuser->access_right('List packages')
+ );
+
tie my %report_customers_search, 'Tie::IxHash';
$report_customers_search{'by ordering employee'} = [ $fsurl. 'search/cust_main-otaker.cgi' ]
if $curuser->access_right('Configuration');
More information about the freeside-commits
mailing list