summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index cae0cdb..9220073 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{'System log'} = [ $fsurl.'search/log.html', 'View system events and debugging information.' ],