From: Ivan Kohler Date: Thu, 23 Feb 2012 07:31:35 +0000 (-0800) Subject: add rows #s to fcc 477 census report X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6cb124e556485bb695d4b466e5a9fa103904f5db add rows #s to fcc 477 census report --- diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index e283b1e3c..4d1fb2136 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -158,7 +158,7 @@ my $link_suffix = sub { my $row = shift; $result; }; -push @links, ( [ $link, $link_suffix ] x 8 ); +for (1..8) { push @links, [ $link, $link_suffix ]; } my $html_foot = sub {