X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=ee4f17495e6580f8bbdceefadc0a262c4ae02672;hb=3ded5e72c073b5291b02eff3131b74d834d27867;hp=a3bfeb7b0d9cb295f223240f60c1048731251c66;hpb=38444ef88b5e93aa9aa724369ae8fe17c97fa480;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index a3bfeb7b0..ee4f17495 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -291,6 +291,8 @@ $report_rating{'Call Detail Records (CDRs)'} = [ $fsurl.'search/report_cdr.html' if $curuser->access_right("Usage: Call Detail Records (CDRs)"); $report_rating{'Unrateable CDRs'} = [ $fsurl.'search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_' ] if $curuser->access_right("Usage: Unrateable CDRs"); +$report_rating{'Customer CDRs Profit/Loss'} = [ $fsurl.'search/report_customer_cdr_profit.html', 'Profit/loss from customer CDRs' ] + if $curuser->access_right('Financial reports'); if ( $curuser->access_right("Usage: Time worked") ) { $report_rating{'Time worked'} = [ $fsurl.'search/report_rt_transaction.html', '' ]; $report_rating{'Time worked summary per ticket'} = [ $fsurl.'search/report_rt_ticket.html', '' ];