> Thank you for seeking input from the Koha Community before making this decision.
Thanks for responding :)
> If I understand your message correctly, you are saying that if the "Default" MARC framework has kohafield mappings which are configured to pull copyright date from MARC 260$c *and* MARC 264$c, and if Koha sometimes only "asks" for the kohafield mapping codes from the "Default" MARC framework, then why rewrite the code to pull kohafield mappings from MARC frameworks other than "Default" if the mappings of the other frameworks are identical to "Default's" mappings (i.e., MARC 260$c *and* MARC 264$c). Is this correct?
Not sure if you fully got my point. I propose to always check kohafield mappings from Default, and at the same time keep kohafield in all frameworks in sync. This requires some code changes of course. New would be that a kohafield may have two mappings. This approach would make Koha more consistent, since it currently is somewhat ambiguous in this regard (also partly as a result of having no frameworkcode in indexed records).