summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cdr.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-23 00:12:40 +0000
committerlevinse <levinse>2011-06-23 00:12:40 +0000
commit1070837a51a12ce1e46242dfdff99daa7b96da61 (patch)
treee987bfde47b821b41e20413ca20a1aa1c6d8d790 /httemplate/search/report_cdr.html
parentf3e9978acca77b92adcfc24632b21bd39d4cae82 (diff)
CDR report: add cdrtypenum search criteria, RT13402
Diffstat (limited to 'httemplate/search/report_cdr.html')
-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 07299d5dc..b9f883777 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' ) %>