[freeside-commits] branch master updated. d7c50ca6ded0c72bb1b91326da3ff1d7ed45c2b0

Ivan ivan at 420.am
Wed Feb 22 22:10:38 PST 2012


The branch, master has been updated
       via  d7c50ca6ded0c72bb1b91326da3ff1d7ed45c2b0 (commit)
       via  ca5a413a55b44c8db7dd918ae59f5b4ee6464f19 (commit)
      from  a3f6af253b06d80e3be43b0f954df9c18a93c12d (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 d7c50ca6ded0c72bb1b91326da3ff1d7ed45c2b0
Merge: ca5a413 a3f6af2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 22 22:07:38 2012 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit ca5a413a55b44c8db7dd918ae59f5b4ee6464f19
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 22 22:06:53 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