https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24087 Bug ID: 24087 Summary: item's subfields (952|995) must be displayed on tab 10 Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org In the biblio frameworks we let the possibility to select a specific tab to display subfields. In some part there is code that handles (quite awkwardly) this possibility, but globally Koha is assuming the item's subfields must be in tab 10. I think it would make sense to simplify/clean the code and enforce that on the UI (framework edition): Hide "tab 10" for any fields != 952|995 and display only "tab 10" for 952|995. -- You are receiving this mail because: You are watching all bug changes.