[Koha-bugs] [Bug 21231] BlockReturnofLostItems does not prevent lost items being found

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 24 13:14:31 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 78122
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78122&action=edit
Bug 21231: BlockReturnofLostItems does not prevent lost items being found

When the syspref BlockReturnOfLostItems is set to Block, the item is blocked
from being returned, but is still considered found -- it's set to lost=0 and a
refund is applied to the patron (if circ rules allow). The item can then be
checked in a second time and returned as it is no longer lost.

Test Plan:
1) Set an item to lost
2) Set BlockReturnOfLostItems to Block
3) Check the lost item in
4) Checkin  message should say item is lost and cannot be returned
5) Check lost status of item, it should remain unchanged

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list