From 37a69b8511282a35131a91096f90a5e9d13ee9bd Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 16 Mar 2011 12:46:23 +1300 Subject: [PATCH] Bug 5869 - Follow up patch, fixing copyring and s/reserves/holds/ --- .../prog/en/modules/reports/reports-home.tmpl | 2 +- reports/reserves_stats.pl | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl index 7c6efae..b990f29 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl @@ -34,7 +34,7 @@
  • Catalog
  • Circulation
  • Serials
  • -
  • Reserves
  • +
  • Holds
  • Top Lists

    diff --git a/reports/reserves_stats.pl b/reports/reserves_stats.pl index 93f2818..8ca338b 100755 --- a/reports/reserves_stats.pl +++ b/reports/reserves_stats.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -# Copyright 2000-2002 Katipo Communications +# Copyright 2010 Biblibre # # This file is part of Koha. # @@ -15,8 +15,9 @@ # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + use strict; -- 1.7.1