https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529
Ere Maijala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Ere Maijala <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
