[Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #85 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Agnes Rivers-Moore from comment #84)
I would like to request that the method for setting this up is documented in some detail for the end user. Many smaller libraries stay well away from mapping & frameworks for fear of breaking something so we are not familiar with making adjustments. If the frameworks can be adjusted/new ones set up set up during upgrade that would be nice.
This is a very tiny and easy adjustment: Go to Administration/Koha to MARC mapping. For MARC21, find the table row for biblio.copyrightdate (260c), and click on Add. Type 264,c in the popup. Click OK. You're done. Note: At this point new or edited records with 264c, will adjust copyrightdate. Unchanged records will not. A sysadmin may run the script misc/maintenance/touch_all_biblios --where "copyrightdate is null" for you. This would update all biblios without 260c but having a 264c. (Note: maybe IFNULL(copyrightdate,0)=0 is even better as where condition.) In view of comment83 this setting is not yet included in frameworks etc. This will be done on the follow-up reports. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org