[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 31bf738cc7479d014abd238faaeb3e2c65ffbcbe

Mark Wells mark at 420.am
Wed Aug 15 14:54:15 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  31bf738cc7479d014abd238faaeb3e2c65ffbcbe (commit)
      from  970b97a1792729bc4a565cf0504c0d288ae89349 (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 31bf738cc7479d014abd238faaeb3e2c65ffbcbe
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Aug 15 14:53:58 2012 -0700

    don't show links to download incomplete 477 reports, #18930

diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html
index 1c8773a..a7dc2ee 100755
--- a/httemplate/search/477partV.html
+++ b/httemplate/search/477partV.html
@@ -10,7 +10,7 @@
                   'no_field_elements' => 1,
                   'fields'            => [ 'zip' ],
                   'url'               => $opt{url} || '',
-                  'disable_download'  => 1,
+                  'really_disable_download'  => 1,
 
               )
 %>
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html
index 4d1fb21..0789342 100755
--- a/httemplate/search/477partVI_census.html
+++ b/httemplate/search/477partVI_census.html
@@ -23,6 +23,7 @@
                   'links'           => \@links,
                   'url'             => $opt{url} || '',
                   'xml_row_element' => 'Datarow',
+                  'really_disable_download' => 1,
               )
 %>
 <%init>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/477partV.html         |    2 +-
 httemplate/search/477partVI_census.html |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list