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

Finlay Thompson finlayt at users.sourceforge.net
Mon Oct 14 06:22:27 CEST 2002


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)=@_;
      return if $rank eq "W";
+     return if $rank eq "n";
      my $dbh = C4::Context->dbh;
      if ($rank eq "del") {





More information about the Koha-cvs mailing list