Summary: | suggestion.copyrightdate and suggestion.publicationyear | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Database | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Andrew Fuerste-Henry
2025-04-18 20:03:44 UTC
It's a bit more complicated. For historical reasons UNIMARC maps the publication year to publicationyear, while MARC21 has always been using copyrightdate. It's not easy to fix in existing databases where people can have changed the mappings, so we have a number of places in the code where we look at both dependent of the MARC flavor. Hm, and now I realize we are talking about the suggestions table and not biblio/biblioitems... in that case maybe it can be fixed? |