credit limit for CDR prerating, RT#27267
authorIvan Kohler <ivan@freeside.biz>
Mon, 17 Feb 2014 01:35:43 +0000 (17:35 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 17 Feb 2014 01:35:43 +0000 (17:35 -0800)
httemplate/elements/menu.html

index 976f712..fb84e75 100644 (file)
@@ -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.' ],