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

paul poulain paul at koha-fr.org
Fri Nov 17 16:05:57 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/11/17 15:05:57

Modified files:
	reserve        : placerequest.pl 

Log message:
	fix for biblionumber API use

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reserve/placerequest.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.4&r2=1.3.2.5

Patches:
Index: placerequest.pl
===================================================================
RCS file: /sources/koha/koha/reserve/placerequest.pl,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -b -r1.3.2.4 -r1.3.2.5
--- placerequest.pl	17 Nov 2006 14:57:22 -0000	1.3.2.4
+++ placerequest.pl	17 Nov 2006 15:05:57 -0000	1.3.2.5
@@ -35,7 +35,7 @@
 
 my @bibitems=$input->param('biblioitem');
 my @reqbib=$input->param('reqbib');
-my $biblionumber=$input->param('biblio');
+my $biblionumber=$input->param('biblionumber');
 my $borrower=$input->param('member');
 my $notes=$input->param('notes');
 my $branch=$input->param('pickup');





More information about the Koha-cvs mailing list