https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28478 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Fridolin Somers from comment #1)
Arf indeed, code in only in opac-detail.pl :
https://git.koha-community.org/Koha-community/Koha/src/commit/ 3ba74940ee730e92ad7061f27f18390cc6308364/opac/opac-detail.pl#L147
This needs to be in a module, and if possible with a Koha to MARC mapping instead of hardcoded 942$n.
I think adding a Koha to MARC mapping could be a different bug, also to keep this as easy as possible for backporting. Possibly the code for the check should also be in a routine somewhere? For MARC21 942$n has been established as standard and has a matching index. I am not sure if UNIMARC has a standard mapping at the moment? -- You are receiving this mail because: You are watching all bug changes.