Bug 14654 - Add desk filter in Holds awaiting pickup list
Summary: Add desk filter in Holds awaiting pickup list
Status: Patch doesn't apply
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Nicolas Legrand
QA Contact: Testopia
URL:
Keywords:
Depends on: 24412
Blocks:
  Show dependency treegraph
 
Reported: 2015-08-06 09:45 UTC by Nicolas Legrand
Modified: 2020-12-14 14:39 UTC (History)
5 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 14654 - Add desk filter in Holds awaiting pickup list (4.42 KB, patch)
2015-08-06 09:55 UTC, Nicolas Legrand
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Legrand 2015-08-06 09:45:27 UTC
On waitingreserves.pl add a menu to filter holds by desks they are attached to. By default, put the desk the user have set. Otherwise, show all holds (current behaviour).
Comment 1 Nicolas Legrand 2015-08-06 09:55:35 UTC
Created attachment 41401 [details] [review]
Bug 14654 - Add desk filter in Holds awaiting pickup list

On waitingreserves.pl add a menu to filter holds by desks they are
attached to. By default, put the desk the user have set. Otherwise,
show all holds (current behaviour).

Test plan :

1/ apply bug 13881 and this one, add some desks, check in some holded
books to pass them on status wainting. Do it with different desks set
on your user session,

2/ go to the waitingreserves.pl page, you should see only books
awaiting pickup from your desk,

3/ select all desk, you should see all books awaiting pickup at your
library,

4/ select other desks, you should see holds awaiting pickup there.
Comment 2 Martin Renvoize 2020-10-23 15:34:39 UTC
Update the dependencies here as it only makes sense to allow filtering by desks once you can actually assign a desk to a waiting hold ;)