Summary: | Can't filter holds to pull by pickup location | ||
---|---|---|---|
Product: | Koha | Reporter: | Peter Vashchuk <stalkernoid> |
Component: | Circulation | Assignee: | Peter Vashchuk <stalkernoid> |
Status: | Pushed to stable --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, Laura.escamilla, lucas |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00,24.05.06
|
|
Circulation function: | |||
Attachments: |
Bug 37444: Fix filter for Pickup Location
Bug 37444: Fix filter for Pickup Location Bug 37444: Fix filter for Pickup Location |
Description
Peter Vashchuk
2024-07-24 04:29:24 UTC
Created attachment 169449 [details] [review] Bug 37444: Fix filter for Pickup Location When trying to filter holds to pull using the dropdown filter for Pickup Location, the dropdown has "None" as the only available option because of incorrect column index in ppendingreserves.tt To reproduce: 1. Place a hold and go to Circulation -> Holds to pull. 2. Use a dropdown filter for Pickup Location, see that only "None" is available to pick, meaning you can't use the filter. 3. Apply the patch. 4. Do the step 2 again and ensure that there's also an option for that hold's pickup location. Created attachment 169496 [details] [review] Bug 37444: Fix filter for Pickup Location When trying to filter holds to pull using the dropdown filter for Pickup Location, the dropdown has "None" as the only available option because of incorrect column index in ppendingreserves.tt To reproduce: 1. Place a hold and go to Circulation -> Holds to pull. 2. Use a dropdown filter for Pickup Location, see that only "None" is available to pick, meaning you can't use the filter. 3. Apply the patch. 4. Do the step 2 again and ensure that there's also an option for that hold's pickup location. Signed-off-by: Eric Garcia <cubingguy714@gmail.com> Created attachment 169560 [details] [review] Bug 37444: Fix filter for Pickup Location Nice trivial patch, no QA issues. Passing QA Signed-off-by: Eric Garcia <cubingguy714@gmail.com> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 |