http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4040 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> 2010-02-18 19:20:57 --- This will also happen if under these circumstances: 1. Item is in-transit between Branch A and Branch B. 2. Item is placed on hold. 3. Item is checked in at Branch C. It makes sense, then, that "WrongTransfer" and "reserved" are both being triggered: Koha expects the item to be heading for a different branch, so it's warning you ("WrongTransfer") that the book should go elsewhere. But it's also noticing the hold, so it's giving you that message too ("reserved"). The "reserved" message is all that is needed because it is a higher priority message. -- 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.