koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ returns.pl,1.17,1.18


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.17,1.18
Date: Tue, 20 Aug 2002 21:35:15 -0700

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

Modified Files:
        returns.pl 
Log Message:

fixed bug caused by last commit



Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** returns.pl  21 Aug 2002 04:29:03 -0000      1.17
--- returns.pl  21 Aug 2002 04:35:13 -0000      1.18
***************
*** 92,95 ****
--- 92,96 ----
      my $resbarcode = $query->param('resbarcode');
  # set to waiting....
+     my $iteminfo = getiteminformation(\%env, $item);
      my $tobranchcd = ReserveWaiting($item, $borrnum);
      my $branchname = $branches->{$tobranchcd}->{'branchname'};




reply via email to

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