[freeside-commits] freeside/httemplate/search 477partVI_census.html, 1.3.2.12, 1.3.2.13 cust_pkg.cgi, 1.73.2.6, 1.73.2.7

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


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

Modified Files:
      Tag: FREESIDE_2_3_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.3.2.12
retrieving revision 1.3.2.13
diff -u -w -d -r1.3.2.12 -r1.3.2.13
--- 477partVI_census.html	18 Aug 2011 23:50:26 -0000	1.3.2.12
+++ 477partVI_census.html	18 Aug 2011 23:59:23 -0000	1.3.2.13
@@ -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.73.2.6
retrieving revision 1.73.2.7
diff -u -w -d -r1.73.2.6 -r1.73.2.7
--- cust_pkg.cgi	18 Aug 2011 23:56:04 -0000	1.73.2.6
+++ cust_pkg.cgi	18 Aug 2011 23:59:23 -0000	1.73.2.7
@@ -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