Summary: | Holds to pull displaying the patron for the last lowest priority hold instead of the first highest priority hold | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Hold requests | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 31600: Holds to pull displaying the patron for the last lowest priority hold instead of the first highest priority hold |
Description
Kyle M Hall (khall)
2022-09-22 12:53:57 UTC
Created attachment 140846 [details] [review] Bug 31600: Holds to pull displaying the patron for the last lowest priority hold instead of the first highest priority hold If there are holds on a record for patrons A, B and C with priorities 1, 2 and 3, the holds to pull report will display patron C even though patron A is most likely the patron the item will trap for. Test Plan: 1) Place some holds on a record 2) View the holds to pull report 3) Note the patron listed is not the top priority hold 4) Apply this patch 5) Restart all the things! 6) Reload the page 7) You should now see the top priority patron listed! |