http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13368 Bug ID: 13368 Summary: Checking out an item not on loan, but with a hold, busts the holds priority Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: chris@bigballofwax.co.nz QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com If you place 3 holds on an item that is not on loan. Then check that item out to the person who is second in the queue, the holds are not reordered. They will be 1 and 3. This is because ModReserveFill deletes the hold from the reserves table, after putting it in the oldreserves table. It then passes the reserve id to _FixPriority. _FixPriority then queries the reserves table, and suprise suprise can't find the hold, and nothing is reordered. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.