summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-23 00:12:41 +0000
committerlevinse <levinse>2011-06-23 00:12:41 +0000
commit8dce92bbb74580a86dcbf2ee47dbf6d143e16177 (patch)
treef04bfc8cd56c161f5d6a91db3bda96753581b578
parent5492ce9db024d9a5db797d39efdda10812154044 (diff)
CDR report: add cdrtypenum search criteria, RT13402
-rw-r--r--httemplate/search/report_cdr.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index dcd574ec2..db0000e74 100644
--- a/httemplate/search/report_cdr.html
+++ b/httemplate/search/report_cdr.html
@@ -51,7 +51,9 @@
label => 'CDR Type',
table => 'cdr_type',
name_col => 'cdrtypename',
- post_options => [ 'none', 'none' ] )
+ disable_empty => 1,
+ pre_options => [ '', 'all',
+ 'none', 'none' ] )
%>
<% include ( '/elements/tr-input-beginning_ending.html' ) %>