Summary: | When cancelling a hold waiting past expiration date triggers a transfer the libraries name is not in alert | ||
---|---|---|---|
Product: | Koha | Reporter: | Brendan Lawlor <blawlor> |
Component: | Circulation | Assignee: | Brendan Lawlor <blawlor> |
Status: | Pushed to main --- | QA Contact: | Nick Clemens (kidclamp) <nick> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Attachments: |
Bug 39569: Fix branch name in alert when cancelling holds over x
Bug 39569: Fix branch name in alert when cancelling holds over x |
Description
Brendan Lawlor
2025-04-04 18:29:15 UTC
Created attachment 180670 [details] [review] Bug 39569: Fix branch name in alert when cancelling holds over x To test: 1. On a bib with one item place a hold for pickup at library A and Library B 2. Check the item into library A 3. Set the first hold's expiration date to the past 4. On Holds awaiting pickup > Holds waiting past their expiration date In the actions column click the 'Cancel hold' button 5. Notice the alert says 'This item is on hold for pick-up at' with no library name 6. Apply patch and redo steps 1-4 7. Confirm the alert include's Library B's name This item is on hold for pick-up at Library B Created attachment 181503 [details] [review] Bug 39569: Fix branch name in alert when cancelling holds over x To test: 1. On a bib with one item place a hold for pickup at library A and Library B 2. Check the item into library A 3. Set the first hold's expiration date to the past 4. On Holds awaiting pickup > Holds waiting past their expiration date In the actions column click the 'Cancel hold' button 5. Notice the alert says 'This item is on hold for pick-up at' with no library name 6. Apply patch and redo steps 1-4 7. Confirm the alert include's Library B's name This item is on hold for pick-up at Library B Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Trivial fix, PQA Pushed for 25.05! Well done everyone, thank you! |