From: Ivan Kohler Date: Mon, 17 Feb 2014 01:35:49 +0000 (-0800) Subject: credit limit for CDR prerating, RT#27267 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4d865ba973da989a94625d58a61b1b1ce38ecaf8;p=freeside.git credit limit for CDR prerating, RT#27267 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index de28bd6cf..cfc262ee5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -376,10 +376,12 @@ if( $curuser->access_right('Financial reports') ) { } # else $report_financial contains nothing. tie my %report_logs, 'Tie::IxHash'; - $report_logs{'System log'} = [ $fsurl.'search/log.html', 'View system events and debugging information.' ], +$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.' ], if $curuser->access_right('View system logs') || $curuser->access_right('Configuration'); - $report_logs{'Outgoing messages'} = [ $fsurl.'search/cust_msg.html', 'View outgoing message log' ] +$report_logs{'Outgoing messages'} = [ $fsurl.'search/cust_msg.html', 'View outgoing message log' ] if $curuser->access_right('View email logs') || $curuser->access_right('Configuration');