From: levinse Date: Thu, 23 Jun 2011 00:12:41 +0000 (+0000) Subject: CDR report: add cdrtypenum search criteria, RT13402 X-Git-Tag: freeside_2_1_3~94 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8dce92bbb74580a86dcbf2ee47dbf6d143e16177 CDR report: add cdrtypenum search criteria, RT13402 --- 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' ) %>