https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17072 --- Comment #4 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- (In reply to Jonathan Druart from comment #3)
Why don't you use the same mapping as from bug 9093? Would not it be worth putting that mapping in a centralized place?
I considered for a moment (albeit a very brief one) putting this code into some kind of subroutine which would handle both kinds of mappings for 006 and 008, but: - the mapping is pretty similar, but not identical (t, a, s) - AFAIK this could be reusable only in the MARC21 006 and 008 plugins - would have to add a pod section, unit tests (bleh) etc. for this sub - total amount of lines added will be probably 2x more then the now existing code in 008 and 006 combined - test plan and the bug description would require significantly more work than a simple copy & paste ;) -- You are receiving this mail because: You are watching all bug changes.