[freeside-commits] freeside/httemplate/search report_cust_main.html, 1.10, 1.11 cust_main.html, 1.15, 1.16

Ivan,,, ivan at wavetail.420.am
Thu Oct 29 12:08:15 PDT 2009


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

Modified Files:
	report_cust_main.html cust_main.html 
Log Message:
customer classification, RT#6376

Index: report_cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_main.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- report_cust_main.html	29 Jun 2009 13:53:25 -0000	1.10
+++ report_cust_main.html	29 Oct 2009 19:08:12 -0000	1.11
@@ -20,6 +20,13 @@
               )
     %>
 
+    <% include( '/elements/tr-select-cust_class.html',
+                  'label'        => 'Class',
+                  'multiple'     => 1,
+                  'pre_options'  => [ '' => '(none)' ],
+                  'all_selected' => 1,
+              )
+    %>
 
 %   foreach my $field (qw( signupdate )) {
 

Index: cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cust_main.html	29 Jun 2009 13:53:25 -0000	1.15
+++ cust_main.html	29 Oct 2009 19:08:12 -0000	1.16
@@ -54,9 +54,8 @@
 }
 
 #lists
-for my $param (qw( payby )) {
-  $search_hash{$param} = [ $cgi->param($param) ]
-    if $cgi->param($param);
+for my $param (qw( classnum payby )) {
+  $search_hash{$param} = [ $cgi->param($param) ];
 }
 
 ###



More information about the freeside-commits mailing list