koha-cvs
[Top][All Lists]
Advanced

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

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


From: paul poulain
Subject: [Koha-cvs] koha/reserve placerequest.pl [rel_3_0]
Date: Fri, 17 Nov 2006 15:05:57 +0000

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');




reply via email to

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