[Koha-bugs] [Bug 25969] New: 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:24:48 CEST 2020


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: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

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.


More information about the Koha-bugs mailing list