[freeside-commits] freeside/httemplate/search 477partVI_census.html, 1.2.2.8, 1.2.2.9

Ivan,,, ivan at wavetail.420.am
Thu Aug 18 16:22:11 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	477partVI_census.html 
Log Message:
fix 477 package links report_option arg, RT#13922

Index: 477partVI_census.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/477partVI_census.html,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -u -w -d -r1.2.2.8 -r1.2.2.9
--- 477partVI_census.html	18 Aug 2011 23:16:45 -0000	1.2.2.8
+++ 477partVI_census.html	18 Aug 2011 23:22:09 -0000	1.2.2.9
@@ -146,8 +146,8 @@
                         my $result = 'censustract='. $row->censustract. ';';
                         my @ro = grep $_,
                           @row_option[$row->upload - 1],
-                          @column_option[$row->download - 1],
-                          @technology_option[$row->technology_code - 1],
+                          @column_option[$row->download - 2],
+                          @technology_option[$row->technology_code],
                         ;
                         $result .= 'report_option='. join(',', at ro) if @ro;
                         $result;



More information about the freeside-commits mailing list