[freeside-commits] branch master updated. de6e0a33e78741559dd6f66f9920755b84997397

Ivan ivan at 420.am
Sun Feb 16 17:35:46 PST 2014


The branch, master has been updated
       via  de6e0a33e78741559dd6f66f9920755b84997397 (commit)
      from  73ee20538afd112bfdf2a1fa39db58811e464172 (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 de6e0a33e78741559dd6f66f9920755b84997397
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Feb 16 17:35:43 2014 -0800

    credit limit for CDR prerating, RT#27267

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 976f712..fb84e75 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -380,6 +380,8 @@ tie my %report_payable, 'Tie::IxHash',
 tie my %report_logs, 'Tie::IxHash';
 $report_logs{'Billing events'} =  [ \%report_bill_event, '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', '' ]
   if $curuser->access_right('Employees: Audit Report');
 $report_logs{'System log'} = [ $fsurl.'search/log.html', 'View system events and debugging information.' ],

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

Summary of changes:
 httemplate/elements/menu.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list