X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=fb84e75010b20d0e30042b93994678165e571804;hp=976f712d00b6d4103992db87626bccf0b86b4856;hb=de6e0a33e78741559dd6f66f9920755b84997397;hpb=73ee20538afd112bfdf2a1fa39db58811e464172 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 976f712d0..fb84e7501 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.' ],