koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha request.pl,1.2.2.2,1.2.2.3


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha request.pl,1.2.2.2,1.2.2.3
Date: Sat, 29 Jun 2002 09:19:16 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv31641

Modified Files:
      Tag: rel-1-2
        request.pl 
Log Message:
Fixes bug where last reserve request wasn't showing.


Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** request.pl  14 Jun 2002 21:20:26 -0000      1.2.2.2
--- request.pl  29 Jun 2002 16:19:14 -0000      1.2.2.3
***************
*** 164,168 ****
  $count--;
  
! for (my $i=0;$i<$count;$i++){
  print "<input type=hidden name=borrower 
value=$reserves->[$i]{'borrowernumber'}>";
  print "<input type=hidden name=biblio value=$reserves->[$i]{'biblionumber'}>";
--- 164,168 ----
  $count--;
  
! for (my $i=0;$i<=$count;$i++){
  print "<input type=hidden name=borrower 
value=$reserves->[$i]{'borrowernumber'}>";
  print "<input type=hidden name=biblio value=$reserves->[$i]{'biblionumber'}>";




reply via email to

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