[Koha-cvs] koha/reserve modrequest.pl [rel_3_0]

LAURIN arnaud alaurin at ouestprovence.fr
Tue Dec 19 18:09:16 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	LAURIN arnaud <alaurin>	06/12/19 17:09:16

Modified files:
	reserve        : modrequest.pl 

Log message:
	changing comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reserve/modrequest.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.5&r2=1.2.2.6

Patches:
Index: modrequest.pl
===================================================================
RCS file: /sources/koha/koha/reserve/modrequest.pl,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -u -b -r1.2.2.5 -r1.2.2.6
--- modrequest.pl	5 Dec 2006 14:39:56 -0000	1.2.2.5
+++ modrequest.pl	19 Dec 2006 17:09:16 -0000	1.2.2.6
@@ -49,7 +49,7 @@
 	$biblionumber[0] = $CancelBiblioNumber,
 }
 
-# 2) Cancel or modify the queue list of reserves (without otem linked)
+# 2) Cancel or modify the queue list of reserves (without item linked)
 else {
 	for (my $i=0;$i<$count;$i++){
 		UpdateReserve($rank[$i],$biblionumber[$i],$borrower[$i],$branch[$i],$itemnumber[$i]); #from C4::Reserves2





More information about the Koha-cvs mailing list