[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 11b4ab37e72f1d96c394566abed8a3f17ae14a6e
Ivan
ivan at 420.am
Wed Feb 22 22:06:59 PST 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 11b4ab37e72f1d96c394566abed8a3f17ae14a6e (commit)
from 2acd22229677fa23c731d55a51208cb744bc8c9b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 11b4ab37e72f1d96c394566abed8a3f17ae14a6e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Feb 22 22:06:56 2012 -0800
add rows #s to fcc 477 census report
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html
index be3a9c0..e283b1e 100755
--- a/httemplate/search/477partVI_census.html
+++ b/httemplate/search/477partVI_census.html
@@ -76,7 +76,6 @@ push @fields,
},
sub { my $row = shift; sprintf "%.2f", $row->residential },
;
-push @links, ( [ $link, $link_suffix ] x 8 );
my %search_hash = ();
my @sql_query = ();
@@ -137,6 +136,7 @@ my $count_query = 'SELECT count(*) FROM ( ('.
@sql_query
). ') ) AS foo';
+
my $link = 'cust_pkg.cgi?'. join(';',
map { my $key = $_;
my @values = ref($search_hash{$_})
@@ -158,6 +158,9 @@ my $link_suffix = sub { my $row = shift;
$result;
};
+push @links, ( [ $link, $link_suffix ] x 8 );
+
+
my $html_foot = sub {
if (scalar(keys %state_hash) > 1) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/477partVI_census.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list