[Koha-cvs] koha/reserve request.pl

Antoine Farnault antoine at koha-fr.org
Fri Jul 21 11:41:55 CEST 2006


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

Modified files:
	reserve        : request.pl 

Log message:
	subs renamed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reserve/request.pl?cvsroot=koha&r1=1.5&r2=1.6

Patches:
Index: request.pl
===================================================================
RCS file: /sources/koha/koha/reserve/request.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- request.pl	8 Jun 2006 15:36:31 -0000	1.5
+++ request.pl	21 Jul 2006 09:41:55 -0000	1.6
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: request.pl,v 1.5 2006/06/08 15:36:31 alaurin Exp $
+# $Id: request.pl,v 1.6 2006/07/21 09:41:55 toins Exp $
 
 #script to place reserves/requests
 #writen 2/1/00 by chris at katipo.oc.nz
@@ -321,7 +321,7 @@
 
 # existingreserves building
 my @reserveloop;
-my $branches = getbranches('RE');
+my $branches = GetBranches('RE');
 foreach my $res (sort {$a->{found} cmp $b->{found}} @$reserves){
     my %reserve;
     my @optionloop;





More information about the Koha-cvs mailing list