https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25969
Bug ID: 25969
Summary: Checking in a found hold at a different branch then
confirming the hold causes internal server error
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
If a record level hold is filled and waiting at Library A, and the item is
checked in at Library B, AddReturn() calls RevertWaitingStatus(), which unsets
found, and itemnumber ( if the hold was record level ). AddReturn() then retuns
the message 'ResFound', which triggers the hold fulfillment dialog, which
passes the reserve_id back to circulation.pl.
Then, circulation.pl attempts to get the biblio via the itemnumber, which the
hold doesn't have, causing an ISE.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/