@@ -, +, @@ --- .../prog/en/modules/reports/reports-home.tmpl | 2 +- reports/reserves_stats.pl | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl @@ -34,7 +34,7 @@
  • Catalog
  • Circulation
  • Serials
  • -
  • Reserves
  • +
  • Holds
  • Top Lists

    --- a/reports/reserves_stats.pl +++ a/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; --