koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.24,1.25


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.24,1.25
Date: Sun, 13 Oct 2002 21:22:27 -0700

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

Modified Files:
        Reserves2.pm 
Log Message:

added small fix to UpdateReserve that fixes a bug coming from the calles from 
moremember.pl



Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** Reserves2.pm        13 Oct 2002 06:09:26 -0000      1.24
--- Reserves2.pm        14 Oct 2002 04:22:25 -0000      1.25
***************
*** 726,729 ****
--- 726,730 ----
      my ($rank,$biblio,$borrower,$branch)address@hidden;
      return if $rank eq "W";
+     return if $rank eq "n";
      my $dbh = C4::Context->dbh;
      if ($rank eq "del") {




reply via email to

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