Summary: | Add cancellation reason to holds history | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Hold requests | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | amit.gupta, amitddng135, gmcharlt, jonathan.druart, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This adds the new column for cancellation reason to the holds history page in the staff interface. See bug 25534 for more details on the new hold cancellation reason feature.
|
Version(s) released in: |
20.11.00
|
Circulation function: | |||
Bug Depends on: | 25534 | ||
Bug Blocks: | |||
Attachments: |
Bug 26281: Add cancellation reason to holds history
Bug 26281: Add cancellation reason to holds history Bug 26281: (QA follow-up) Fix missing filter |
Description
Katrin Fischer
2020-08-22 09:46:26 UTC
Created attachment 108987 [details] [review] Bug 26281: Add cancellation reason to holds history Bug 25534 adds the ability to store the cancellation reason when a hold is cancelled and communicate it to the user. It would be great if the cancellation reason could also be shown on the holds history. Test Plan: 1) Apply this patch 2) Cancel a hold with a reason 4) Browse to holds history for the holds' patron 5) Note the reason shows in the status column if one was provided Created attachment 109072 [details] [review] Bug 26281: Add cancellation reason to holds history Test Plan: 1) Apply this patch 2) Cancel a hold with a reason 4) Browse to holds history for the holds' patron 5) Note the reason shows in the status column if one was provided Created attachment 109207 [details] [review] Bug 26281: (QA follow-up) Fix missing filter Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! enhancement will not be backported to 20.05.x |