From 1070837a51a12ce1e46242dfdff99daa7b96da61 Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 23 Jun 2011 00:12:40 +0000 Subject: [PATCH] CDR report: add cdrtypenum search criteria, RT13402 --- httemplate/search/report_cdr.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' ) %> -- 2.11.0