]> git.koha-community.org Git - koha.git/commit
Bug 37587: Fix priority of multiple item-level holds
authorEmily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Tue, 6 Aug 2024 20:12:51 +0000 (16:12 -0400)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 9 Oct 2024 19:34:22 +0000 (19:34 +0000)
commit752118cfd71b92cee636454d3079c47d33e4fe9b
tree6e5b30763b7a12094227b79ffba784ede6377dc4
parentadb4e1d9d593e47ed8ea1ae6b4e1634d411c8e76
Bug 37587: Fix priority of multiple item-level holds

The rank parameter is passed per biblio record, not per item. When
placing multiple item-level holds on one bib record, only $rank[0] is
defined.

To test:
1. System preference and circulation rule setup
    i. Set the system preference DisplayMultiItemHolds to Enable
    ii. Edit the default circulation rule to allow 5 holds per record
2. Find or create a bib with 4 or more items
3. Place several bib-level holds
4. Place 4 or more item-level holds at once on that same record
    i. Search for a patron to place the holds for (not one of the
       patrons you used in step 3)
    ii. Select "Hold a specific item"
    iii. Check the checkboxes for 4 or more items
    iv. Click Place hold
--> Note that one of the new item-level holds is at the end of the list
    as it should be, but the rest are out of order
5. Cancel the item-level holds from step 4
6. Apply patch and restart_all
7. Repeat step 4
--> All the new item-level holds are now at the end of the list

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit e1517fc8c8d7c70a5d20004dc7c8c260c1183828)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
reserve/placerequest.pl