diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-11-09 10:43:07 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-09 10:43:07 -0800 |
| commit | 86e3918fb39901e2b1797f60348daa6d4f5b7e9e (patch) | |
| tree | 5c825ec083e4df3c58f36710d8a1c0106eeb41f7 | |
| parent | 2ea81aec65a2185d0c876ddb15bf8c2e96f79af7 (diff) | |
Event fee reporting, RT#81713
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 7ab5edcfc..d7fad4b5d 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -436,6 +436,8 @@ tie my %report_payable, 'Tie::IxHash', tie my %report_logs, 'Tie::IxHash'; $report_logs{'Billing events'} = [ $fsurl.'search/report_cust_event.html', 'Search billing events by date and status' ] if $curuser->access_right('Billing event reports'); +$report_logs{'Billing event fees'} = [ $fsurl.'search/report_cust_event_fee.html', 'Search fees triggered by billing events' ] + if $curuser->access_right('Billing event reports'); $report_logs{'Credit limit incidents'} = [ $fsurl.'search/report_cust_main_credit_limit.html', '' ] if $curuser->access_right('List rating data'); $report_logs{'Employee activity'} = [ $fsurl.'search/report_employee_audit.html', '' ] |
