From: mark Date: Sat, 10 Dec 2011 01:03:21 +0000 (+0000) Subject: option to keep track of unrateable CDRs, #15502 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2910c0097a8e42c6613867727383e6bde74d3b07 option to keep track of unrateable CDRs, #15502 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 1fec1e8dc..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', '' ], ;