[freeside-commits] freeside/httemplate/search 477partVI_census.html, 1.2.2.13, 1.2.2.14 cust_pkg.cgi, 1.69.2.8, 1.69.2.9

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.2.2.13
retrieving revision 1.2.2.14
diff -u -w -d -r1.2.2.13 -r1.2.2.14
--- 477partVI_census.html	18 Aug 2011 23:50:27 -0000	1.2.2.13
+++ 477partVI_census.html	18 Aug 2011 23:59:23 -0000	1.2.2.14
@@ -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.69.2.8
retrieving revision 1.69.2.9
diff -u -w -d -r1.69.2.8 -r1.69.2.9
--- cust_pkg.cgi	18 Aug 2011 23:56:05 -0000	1.69.2.8
+++ cust_pkg.cgi	18 Aug 2011 23:59:24 -0000	1.69.2.9
@@ -187,7 +187,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