koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.85,1.86


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.85,1.86
Date: Mon, 29 Nov 2004 09:29:41 -0800

Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8074/C4/Circulation

Modified Files:
        Circ2.pm 
Log Message:
Fix to get returns to update "datelastseen" value with today's date

Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** Circ2.pm    18 Nov 2004 10:32:39 -0000      1.85
--- Circ2.pm    29 Nov 2004 17:29:37 -0000      1.86
***************
*** 1026,1029 ****
--- 1026,1030 ----
                $messages->{'WasReturned'} = 1; # FIXME is the "= 1" right?
        }
+       itemseen($iteminformation->{'itemnumber'});
        ($borrower) = getpatroninformation(\%env, $currentborrower, 0);
        # transfer book to the current branch




reply via email to

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