https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37312 Bug ID: 37312 Summary: BlockReturnOfWithdrawnItems not entirely blocking circulation or transfers when set to block Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: esther.melander@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com To replicate: 1. Ensure the system preference BlockReturnOfWithdrawnItems is set to block. 2. Find a bibliographic record with an item at the Main library. 3. Set the Withdrawn status of item to Withdrawn. 4. Change the logged in library to Central. 5. Check in the item. See that the item can't be checked in. 6. Refresh the bibliographic page and take note that the current library has not been updated to Central. 7. Go to Circulation - Transfers. 8. Ensure the transfer to library is Central. 9. Scan the library and see the message states "Item is already at destination library." 10. Refresh the bibliographic record and see the current library still displays as Main Library. 11. Back on the transfer page, select a different library like East and attempt the transfer again. See the transfer goes through. 12. Refresh the bibliographic record and see the Current library has updated to Central and now shows the item status as being transferred. It appears that on step 5, the current library is being updated in the background, even though the record does not appear to update with the current location. I would not expect that to happen because of the system preference set to block. I also would not expect to be able to transfer something without at least a warning. A much simpler scenario: 1. Find a bibliographic record with an item at the Main Library. Set the item status to withdrawn. 2. Go to Circulation - Transfers. 3. Select another branch, like East Library and submit barcode. 4. See that the transfer goes through. 5. Change the logged-in library to East. 6. Try to check-in the item and see it is blocked and the transfer status can't be updated. I would expect at least a warning that the item has been withdrawn. Perhaps a system preference that blocks transfers of withdrawn items is needed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.