Summary: | Withdrawn status should show when placing a request in staff client | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Hold requests | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, jonathan.druart, kelly, lucas, niamh.walker-headon |
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: |
20.05.00, 19.11.03
|
Circulation function: | |
Bug Depends on: | 22021 | ||
Bug Blocks: | |||
Attachments: |
Bug 20708: Add Withdrawn status when placing a request in staff
Bug 20708: Add Withdrawn status when placing a request in staff |
Description
Nick Clemens (kidclamp)
2018-05-03 20:14:15 UTC
This is a hard one, we reject the hold because of IsAvailableForItemLevelRequest, which is very poorly written... I think this is a valid bug. Koha recently made the item display as Damaged if it were in fact damaged when placing a hold and this allows staff to see that the item that is possibly being placed on hold is Withdrawn. Created attachment 98370 [details] [review] Bug 20708: Add Withdrawn status when placing a request in staff Same as bug 22021 for the withdrawn status. 1. Withdraw an item 2. Place an hold on this item Notice the new "withdrawn" status in the information column Created attachment 98386 [details] [review] Bug 20708: Add Withdrawn status when placing a request in staff Same as bug 22021 for the withdrawn status. 1. Withdraw an item 2. Place an hold on this item Notice the new "withdrawn" status in the information column Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Trivial patch, works well, passing QA Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.03 Doesnt apply clean to 19.05.x, no backport |