[freeside-commits] freeside/httemplate/search report_cdr.html, 1.19, 1.20

Erik Levinson levinse at wavetail.420.am
Wed Jun 22 17:12:44 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv19533/httemplate/search

Modified Files:
	report_cdr.html 
Log Message:
CDR report: add cdrtypenum search criteria, RT13402

Index: report_cdr.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cdr.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- report_cdr.html	23 Jun 2011 00:02:45 -0000	1.19
+++ report_cdr.html	23 Jun 2011 00:12:40 -0000	1.20
@@ -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' ) %>



More information about the freeside-commits mailing list