Bug 23934: Item level holds not checked for LocalHoldsPriority in Holds Queue
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Oct 2019 17:52:05 +0000 (13:52 -0400)
committerJoy Nelson <joy@bywatersolutions.com>
Fri, 31 Jan 2020 00:12:23 +0000 (00:12 +0000)
commit2211b170f1eb95118ebcb4f923048f3562b7040b
tree1994cc6251f3c26e2f7fee92705a19b32d35c1a0
parent1d231aedb13691a48afb61339e98c4892db48e49
Bug 23934: Item level holds not checked for LocalHoldsPriority in Holds Queue

Test plan:
- Set LocalHoldsPriority to "Give priority for filling holds to patrons
whose pickup library matches the item's holding library"
- set yourself at Library A
- find at item at Library A
- place an item-level hold (Hold 1) for item for pickup at Library B
- set an item-level hold (Hold 2) for item for pickup at Library A
- Confirm Hold 1 shows priority=1
- Check in item
- confirm item would be captured for Hold 2, ignore hold
- run holds queue
- check item in
- confirm item is captured for Hold 2

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/HoldsQueue.pm