[Koha-bugs] [Bug 3399] Item checked out - marked lost - checked in - switches status to 'lost' & checkout status switches to 'not checked out'

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Mon Jul 6 20:24:55 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3399


Ryan Higgins <rch at liblime.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rch at liblime.com
         Depends on|                            |2750




--- Comment #1 from Ryan Higgins <rch at 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.



More information about the Koha-bugs mailing list