X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partVI_census.html;h=534d872f39171e916e490fe51dae993b76811771;hb=95aa84ba8a410f990e47e458be0efce43291b25d;hp=fe224edbad3ada26ca22b7c4e6fa6ccc16efe7da;hpb=743fcf73549f9290805ac1924df5e3cd87750500;p=freeside.git diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index fe224edba..534d872f3 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 - 1], ; $result .= 'report_option='. join(',',@ro) if @ro; $result; @@ -154,6 +155,16 @@ my $link_suffix = sub { my $row = shift; my $html_foot = sub { if (scalar(keys %state_hash) > 1) { + + my $roa_r = join(',', grep $_, @row_option); + $roa_r = ";report_option_any_r=$roa_r" if $roa_r; + + my $roa_c = join(',', grep $_, @column_option); + $roa_c = ";report_option_any_c=$roa_c" if $roa_c; + + my $roa_t = join(',', grep $_, @technology_option); + $roa_t = ";report_option_any_t=$roa_t" if $roa_t; + '
WARNING: multiple states found
'. ''. #nicer formatting someday join('', map { ''. @@ -161,8 +172,9 @@ my $html_foot = sub { ( &FS::Report::FCC_477::statenum2state($_) || 'None' ). ''. ''. '';
'. - qq(). - $state_pkgcount{$_}. ' packages in '. + qq(). + $state_pkgcount{$_}. + ' packages in '. $state_hash{$_}. ' census tracts'. '