From 2b1de0948ddf21304696d8f3a153dea821427d6a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 15 Mar 2011 13:01:06 -0400 Subject: [PATCH] Bug 5869 - Follow up patch, fixing copyring and s/reserves/holds/ Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../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 7c6efaee67..b990f29c57 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 93f2818eca..8ca338b9aa 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; -- 2.39.2