CDR report: add cdrtypenum search criteria, RT13402
authorlevinse <levinse>
Thu, 23 Jun 2011 00:12:41 +0000 (00:12 +0000)
committerlevinse <levinse>
Thu, 23 Jun 2011 00:12:41 +0000 (00:12 +0000)
httemplate/search/report_cdr.html

index dcd574e..db0000e 100644 (file)
@@ -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' ) %>