https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41456
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190537|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 190553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190553&action=edit Bug 41456: Fix item type searching and filtering on the holds history table Use should use coded_values for the library and item type column so that we can search using the code and the description. With this patch we now have a dropdown list with the libraries and item types in the table's headers. Test plan: 0. Turn on AllowHoldItemTypeSelection 1. Create a hold and select an item type Note: I think there is a bug if you select it from "Hold next available item", use "Hold details". Please confirm? 2. Go to the holds history view 3. Filter and search by item type description and code. Same for library. Use the dropdown list in the headers. Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
