[freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.69.2.7, 1.69.2.8

Ivan,,, ivan at wavetail.420.am
Thu Aug 18 16:56:07 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_pkg.cgi 
Log Message:
attempt fixing "multiple states" links, RT#13922

Index: cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pkg.cgi,v
retrieving revision 1.69.2.7
retrieving revision 1.69.2.8
diff -u -w -d -r1.69.2.7 -r1.69.2.8
--- cust_pkg.cgi	18 Aug 2011 23:14:58 -0000	1.69.2.7
+++ cust_pkg.cgi	18 Aug 2011 23:56:05 -0000	1.69.2.8
@@ -187,6 +187,10 @@
 my $report_option = $cgi->param('report_option');
 $search_hash{report_option} = $report_option if $report_option;
 
+for my $param (grep /^report_option_any/, $cgi->params) {
+  $search_hash{$param} = $cgi->param($param);
+}
+
 ###
 # parse dates
 ###



More information about the freeside-commits mailing list