Summary: | Item type filter on overdues report does not respect item-level_itypes preference | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Circulation | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, julian.maurice, koha.sekjal |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Proposed fix |
Description
Owen Leonard
2011-10-06 19:10:46 UTC
Created attachment 5749 [details] [review] Proposed fix To test: identify or modify records contained in your overdues report so that some have different item-level item types and some have different biblio-level item types: Title 1 - Item-level item type A Title 2 - Item-level item type B Title 3 - Biblio-level item type C Title 4 - Biblio-level item type D With item-level_itypes ON your report should correctly filter on item types A and B. With itme-level_itypes OFF your report should correctly filter on item types C and D. Works fine. Signed off. Simple SQL change, consistent with the many other such switches we have for this kind of test. Marking as Passed QA Pushed, please test |