X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partVI_census.html;h=9256b86b3f161466f1a06477470c5481edca0ffa;hb=88a31cf71eebe7517d1fb511e12331b700cfba6f;hp=fe224edbad3ada26ca22b7c4e6fa6ccc16efe7da;hpb=fbde05dc9734570ec05f13129eaca00ffbaae0de;p=freeside.git diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index fe224edba..9256b86b3 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -146,7 +146,8 @@ my $link_suffix = sub { my $row = shift; my $result = 'censustract='. $row->censustract. ';'; my @ro = grep $_, @row_option[$row->upload - 1], - @column_option[$row->download - 1], + @column_option[$row->download - 2], + @technology_option[$row->technology_code], ; $result .= 'report_option='. join(',',@ro) if @ro; $result;