[Bug 11529] Add subtitle field to biblio table
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529 Ere Maijala <ere.maijala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ere.maijala@helsinki.fi --- Comment #5 from Ere Maijala <ere.maijala@helsinki.fi> --- I suppose the only problem is that this needs to be driven by the bibliographic framework, and we can't assume that the subfields include punctuation. While it's possible to map multiple subfields to a single Koha field in the framework, there's no way to define punctuation, and the rules for that might become a bit complicated too. One option would be to actually add several columns such as: title_remainder = b (in MARC21) medium = h part_number = n part_name = p Then the presentation could be left to whatever module uses the data. This would require more work from the presentation code, but it would also allow way more versatile display. What do you think? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org