diff options
| author | levinse <levinse> | 2011-07-01 22:02:47 +0000 | 
|---|---|---|
| committer | levinse <levinse> | 2011-07-01 22:02:47 +0000 | 
| commit | d6ff3967df6ee08263023a4d35865b66bdb8a672 (patch) | |
| tree | ae4d8ed7ba36c2eb6cd853b08226d86c4a93e98b /httemplate/elements/menu.html | |
| parent | 4665d5af02f915679207a369222472a25e137c9d (diff) | |
add employee audit report, RT13350
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 236fe6a53..1064836fb 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -310,6 +310,7 @@ if($curuser->access_right('Financial reports')) {      'Refund Report' => [ $fsurl.'search/report_cust_refund.html', 'Refund report (by type and/or date range)' ],      'Unapplied Refunds' => [ $fsurl.'search/report_cust_refund.html?unapplied=1', 'Unapplied refund report (by type and/or date range)' ],      'Package Costs Report' => [ $fsurl.'graph/report_cust_pkg_cost.html', 'Package setup and recurring costs graph' ], +    'Employee Audit Report' => [ $fsurl.'search/report_employee_audit.html', 'Employee audit report' ],    );    $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];    $report_financial{'Prepaid Income'} = [ $fsurl.'search/report_prepaid_income.html', 'Prepaid income (unearned revenue)  report' ];  | 
