Summary: | Item not transferred correctly when there is a pending hold | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | anni.rajala, blawlor, clackman, gmcharlt, kyle.m.hall, m.de.rooy |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30581 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37650 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Andrew Fuerste-Henry
2024-05-02 16:36:15 UTC
Not sure if this is the same problem but some items at our branch A with a hold for pickup at branch B are not transferred when checking them in at A and clicking Confirm hold and transfer. Note that the hold is updated to a transit hold (found==T) but no transfer is made. Nothing to be found in the logfiles either. Most items go well. No clue yet which conditions must be met to trigger the issue. (In reply to Marcel de Rooy from comment #1) > Not sure if this is the same problem but some items at our branch A with a > hold for pickup at branch B are not transferred when checking them in at A > and clicking Confirm hold and transfer. > Note that the hold is updated to a transit hold (found==T) but no transfer > is made. Nothing to be found in the logfiles either. > > Most items go well. No clue yet which conditions must be met to trigger the > issue. This is in 22.11 btw Not so sure if I could reproduce my issue on master btw. Master added several actions like cud-checkin and cud-affect-reserve in the CSRF changes, which seem to impact the flow here? (In reply to Marcel de Rooy from comment #1) > Not sure if this is the same problem but some items at our branch A with a > hold for pickup at branch B are not transferred when checking them in at A > and clicking Confirm hold and transfer. > Note that the hold is updated to a transit hold (found==T) but no transfer > is made. Nothing to be found in the logfiles either. > > Most items go well. No clue yet which conditions must be met to trigger the > issue. Found this issue. It is a separate bug on itself. See bug 37650 This would be nice to get fixed. It is good that the user is alarmed about existing holds, but user should be able to either transfer the item to the indicated transfer-target or decide not to make the transfer at all. |