summaryrefslogtreecommitdiff
path: root/httemplate/search/477partVI_census.html
diff options
context:
space:
mode:
authorivan <ivan>2011-08-18 23:16:44 +0000
committerivan <ivan>2011-08-18 23:16:44 +0000
commitaffa8752dbe311130e0777d0368ba3fde8438641 (patch)
treea176360e16358f3029f85dcadcbb01c8bdbd8e78 /httemplate/search/477partVI_census.html
parent7eacf77ffb9982f7048e4b73ecd9ca99901ae46a (diff)
fix 477 package links report_option arg, RT#13922
Diffstat (limited to 'httemplate/search/477partVI_census.html')
-rwxr-xr-xhttemplate/search/477partVI_census.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html
index fe224edba..404790112 100755
--- a/httemplate/search/477partVI_census.html
+++ b/httemplate/search/477partVI_census.html
@@ -147,6 +147,7 @@ my $link_suffix = sub { my $row = shift;
my @ro = grep $_,
@row_option[$row->upload - 1],
@column_option[$row->download - 1],
+ @technology_option[$row->technology_code - 1],
;
$result .= 'report_option='. join(',',@ro) if @ro;
$result;