X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=18983f1f1f80e572a8a03f5134a6a06b9d22364c;hb=5b73387992a96f7b80e40b5ecb2fedabd8a78d6b;hp=2a31f24e5f8b8f48d13710a321b24d6b6d2ed754;hpb=658995ff5a3504f594b0cfb7b5f480db7b9d9893;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 2a31f24e5..18983f1f1 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -252,6 +252,7 @@ tie my %report_inventory, 'Tie::IxHash', tie my %report_rating, 'Tie::IxHash', 'RADIUS sessions' => [ $fsurl.'search/sqlradius.html', '' ], 'Call Detail Records (CDRs)' => [ $fsurl.'search/report_cdr.html', '' ], + 'Unrateable CDRs' => [ $fsurl.'search/cdr.html?freesidestatus=failed' ], 'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ], 'Time worked summary' => [ $fsurl.'search/report_rt_ticket.html', '' ], ; @@ -451,8 +452,8 @@ if ( $curuser->access_right('Configuration') ) { } $config_export_svc{'Dialup'} = [ \%config_dialup, '' ] if $curuser->access_right('Dialup configuration'); -$config_export_svc{'Broadband'} = [ \%config_broadband, '' ] - if $curuser->access_right('Wireless broadband configuration'); +$config_export_svc{'Wireless broadband'} = [ \%config_broadband, '' ] + if $curuser->access_right('Broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'RADIUS'} = [ \%config_radius, '' ]