[Koha-bugs] [Bug 13368] New: Checking out an item not on loan, but with a hold, busts the holds priority

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 2 02:15:52 CET 2014


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 at lists.koha-community.org
          Reporter: chris at bigballofwax.co.nz
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list