[freeside-commits] branch FREESIDE_3_BRANCH updated. b75d775f925f7c1703914dddfc36b6a666d620f3

Ivan Kohler ivan at freeside.biz
Fri Nov 9 10:45:26 PST 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  b75d775f925f7c1703914dddfc36b6a666d620f3 (commit)
      from  8552f59274208f0071ccfcf2a6b3c2b89659bdd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b75d775f925f7c1703914dddfc36b6a666d620f3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Nov 9 10:45:25 2018 -0800

    Event fee reporting, RT#81713

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 759ae338c..e013632be 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -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');

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/menu.html | 2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list