[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
Thu Aug 16 13:19:59 CEST 2018


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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 77893
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77893&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

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


More information about the Koha-bugs mailing list