diff options
| author | jeff <jeff> | 2007-11-03 00:57:48 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2007-11-03 00:57:48 +0000 |
| commit | e8d02908a0c85c4fcbaf7145ef00f0d3293e7311 (patch) | |
| tree | 7751d096ee069a2c12a9ffb4bf0d8b45709c74cb /httemplate/elements | |
| parent | 4297bc81fdabab111d1231de807f14014f65d620 (diff) | |
new customer report/flattened package report (ticket 1428)
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index f9b021390..7304cbbbb 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -66,6 +66,11 @@ tie my %report_customers_lists, 'Tie::IxHash', $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'); |
