[freeside-commits] freeside/httemplate/search 477partVI_census.html, 1.15, 1.16 cust_pkg.cgi, 1.79, 1.80

Ivan,,, ivan at wavetail.420.am
Thu Aug 18 16:59:24 PDT 2011


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

Modified Files:
	477partVI_census.html cust_pkg.cgi 
Log Message:
fix "multiple states" links, RT#13922

Index: 477partVI_census.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/477partVI_census.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- 477partVI_census.html	18 Aug 2011 23:50:26 -0000	1.15
+++ 477partVI_census.html	18 Aug 2011 23:59:22 -0000	1.16
@@ -173,7 +173,7 @@
                      '</TD>'.
                      '<TD>'.
                        qq(<A HREF="${link}censustract2=$_$roa_r$roa_c$roa_t">).
-                       #can't get this count to match the link# $state_pkgcount{$_}.
+                       $state_pkgcount{$_}.
                       ' packages</A> in '.
                        $state_hash{$_}. ' census tracts'.
                      '</TD>'.

Index: cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pkg.cgi,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -w -d -r1.79 -r1.80
--- cust_pkg.cgi	18 Aug 2011 23:56:04 -0000	1.79
+++ cust_pkg.cgi	18 Aug 2011 23:59:22 -0000	1.80
@@ -164,7 +164,7 @@
 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) {
+for my $param (grep /^report_option_any/, $cgi->param) {
   $search_hash{$param} = $cgi->param($param);
 }
 



More information about the freeside-commits mailing list