https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32916
--- Comment #12 from Frank Hansen <[email protected]> --- (In reply to Nick Clemens from comment #10) > The code here references a new pref, but doesn't add it > > I have some proposed code on 33159 that I think will work. > > I like the idea of hardcoding the mappings, the user has no real need to > adjust these, linking just needs to work. > > We should work together, I think I need a follow-up for notspecified, but > let me know your thoughts According to https://www.loc.gov/marc/bibliographic/bdx30.html, ind2 for non-6XX headers may in many cases contain an empty value. But for 7XX headers, ind2 can either have blank (undefined) or the value '2' (analytic entry). Maybe that's something we should take into account? As is, all non-6XX headings will get 'lcsh' (or undef in Janusz proposal), which can be misleading in this case. -- 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/
