Summary: | BlockReturnOfWithdrawnItems doesn't block transfers when set to block | ||
---|---|---|---|
Product: | Koha | Reporter: | Esther Melander <esther.melander> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, phil |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Esther Melander
2024-07-10 19:04:13 UTC
(In reply to Esther Melander from comment #0) > 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. It seems much more likely to me that at step 11, you say "transfer this from Central to East" by initiating a transfer while logged in at Central, so it sets Current to Central. Yes, that makes sense. The key here is a transfer can't be completed because the item can't be checked-in, so perhaps transfers should be blocked when an item has a status of withdrawn. Though I can see a library withdrawing an item and moving it to another location before removing it from the system. This may need a bit of discussion. |