Event fee reporting, RT#81713
authorIvan Kohler <ivan@freeside.biz>
Fri, 9 Nov 2018 18:45:25 +0000 (10:45 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 9 Nov 2018 18:45:25 +0000 (10:45 -0800)
httemplate/elements/menu.html

index 759ae33..e013632 100644 (file)
@@ -472,6 +472,8 @@ $report_menu{'Employees'}      =  [ \%report_employees, 'Employee reports'  ]
   if keys %report_employees;
 $report_menu{'Billing events'} =  [ $fsurl.'search/report_cust_event.html', 'Search billing events by date and status' ]
   if $curuser->access_right('Billing event reports');
+$report_menu{'Billing event fees'} =  [ $fsurl.'search/report_cust_event_fee.html', 'Search fees triggered by billing events' ]
+  if $curuser->access_right('Billing event reports');
 $report_menu{'Financial'}      = [ \%report_financial, 'Financial reports' ]
   if $curuser->access_right('Financial reports') 
   or $curuser->access_right('Receivables report');