[freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.56, 1.57

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Jul 16 19:29:12 PDT 2009


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

Modified Files:
	cust_pkg.cgi 
Log Message:
FSM, another missed file for 477 reporting

Index: cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pkg.cgi,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- cust_pkg.cgi	2 Jul 2009 01:26:46 -0000	1.56
+++ cust_pkg.cgi	17 Jul 2009 02:29:09 -0000	1.57
@@ -162,11 +162,15 @@
   
   $search_hash{'query'} = $cgi->keywords;
   
-  for my $param (qw(agentnum magic status classnum pkgpart custom)) {
-    $search_hash{$param} = $cgi->param($param)
-      if $cgi->param($param);
+  for ( qw(agentnum magic status classnum pkgpart custom censustract) ) {
+    $search_hash{$_} = $cgi->param($_) if $cgi->param($_);
   }
 
+
+my @report_option = $cgi->param('report_option')
+  if $cgi->param('report_option');
+$search_hash{report_option} = join(',', @report_option) if @report_option;
+
 ###
 # parse dates
 ###



More information about the freeside-commits mailing list