[freeside-commits] branch master updated. a2403695de3d9802bb5ce10bf64f64d8358141a9

Ivan Kohler ivan at freeside.biz
Fri Nov 9 10:43:02 PST 2018


The branch, master has been updated
       via  a2403695de3d9802bb5ce10bf64f64d8358141a9 (commit)
      from  7721ed875dd38f00f1a2ea3d87e979604131378c (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 a2403695de3d9802bb5ce10bf64f64d8358141a9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Nov 9 10:43:01 2018 -0800

    Event fee reporting, RT#81713

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index cae0cdbfb..9220073f3 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.' ],

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

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




More information about the freeside-commits mailing list