Bug 5869 - Follow up patch, fixing copyring and s/reserves/holds/
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 15 Mar 2011 17:01:06 +0000 (13:01 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 17 Mar 2011 01:33:09 +0000 (14:33 +1300)
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
reports/reserves_stats.pl

index 7c6efae..b990f29 100644 (file)
@@ -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>
index 93f2818..8ca338b 100755 (executable)
@@ -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;