koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/reports bor_issues_top.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/reports bor_issues_top.pl
Date: Wed, 12 Jul 2006 17:21:41 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/12 17:21:41

Modified files:
        reports        : bor_issues_top.pl 

Log message:
        getitemtypes renamed to GetItemTypes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reports/bor_issues_top.pl?cvsroot=koha&r1=1.7&r2=1.8

Patches:
Index: bor_issues_top.pl
===================================================================
RCS file: /sources/koha/koha/reports/bor_issues_top.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- bor_issues_top.pl   4 Jul 2006 14:36:52 -0000       1.7
+++ bor_issues_top.pl   12 Jul 2006 17:21:41 -0000      1.8
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: bor_issues_top.pl,v 1.7 2006/07/04 14:36:52 toins Exp $
+# $Id: bor_issues_top.pl,v 1.8 2006/07/12 17:21:41 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -150,7 +150,7 @@
        }
 
        #doctype
-       my $itemtypes = getitemtypes;
+       my $itemtypes = GetItemTypes;
        my @itemtypeloop;
        foreach my $thisitemtype (keys %$itemtypes) {
 #                      my $selected = 1 if $thisbranch eq $branch;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]