[Koha-patches] [PATCH] Bug 5869 - Follow up patch, fixing copyring and s/reserves/holds/

Chris Cormack chrisc at catalyst.net.nz
Wed Mar 16 00:48:13 CET 2011


---
 .../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 @@
 		<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
 		<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
 		<li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
-		<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Reserves</a></li>
+		<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>
 	</ul></div>
 
 	<div class="yui-u"><h2>Top Lists</h2>
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



More information about the Koha-patches mailing list