[freeside-commits] freeside/httemplate/search report_cdr.html, 1.15.2.2, 1.15.2.3

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-serv19544/httemplate/search

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.15.2.2
retrieving revision 1.15.2.3
diff -u -w -d -r1.15.2.2 -r1.15.2.3
--- report_cdr.html	23 Jun 2011 00:02:46 -0000	1.15.2.2
+++ report_cdr.html	23 Jun 2011 00:12:41 -0000	1.15.2.3
@@ -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