http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3399 Ryan Higgins <rch@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rch@liblime.com Depends on| |2750 --- Comment #1 from Ryan Higgins <rch@liblime.com> 2009-07-06 18:24:55 --- Clearing a LOST status happens in C4::Items::ModDateLastSeen . ModDateLastSeen was moved into a conditional clause by a (somewhat) recent patch ( commit 63295533 ), which means checking in an item no longer always sets the datelastseen, nor does it clear the LOST status. This is an error. ModDateLastSeen must be called in AddReturn() whether or not the checkin succeeds. Patch causing this was fix for bug 2750. Marking this bug dependent on that one. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.