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.31,1.32


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/circ returns.pl,1.31,1.32
Date: Tue, 28 Oct 2003 11:34:07 -0800

Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv14123/circ

Modified Files:
        returns.pl 
Log Message:
Fix for bug 621, 
Returns not marking reserves waiting


Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** returns.pl  4 Aug 2003 21:47:23 -0000       1.31
--- returns.pl  28 Oct 2003 19:34:05 -0000      1.32
***************
*** 204,208 ****
                                                                                
reserved => 1,
                                                                                
today => $todaysdate,
!                                                                               
itemnum => $res->{'itemnumber'},
                                                                                
itemtitle => $iteminfo->{'title'},
                                                                                
itemauthor => $iteminfo->{'author'},
--- 204,208 ----
                                                                                
reserved => 1,
                                                                                
today => $todaysdate,
!                                                                               
itemnumber => $res->{'itemnumber'},
                                                                                
itemtitle => $iteminfo->{'title'},
                                                                                
itemauthor => $iteminfo->{'author'},




reply via email to

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