| Summary: | Add desk filter in Holds awaiting pickup list | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nicolas Legrand <nicolas.legrand> |
| Component: | Circulation | Assignee: | Nicolas Legrand <nicolas.legrand> |
| Status: | Patch doesn't apply --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle, martin.renvoize, severine.queune |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | Sponsored | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 24412 | ||
| Bug Blocks: | |||
| Attachments: | Bug 14654 - Add desk filter in Holds awaiting pickup list | ||
|
Description
Nicolas Legrand
2015-08-06 09:45:27 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. 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 ;) |