[Koha-bugs] [Bug 25969] Checking in a found hold at a different branch then confirming the hold causes internal server error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 20:35:45 CEST 2020


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
So the root cause is that we are not passing the itemnumber *for the scanned
barcode* back to the form, making itemnumber undef, so the Item object is
empty, so calling the biblio method causes an ISE.

-- 
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