https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306
--- Comment #85 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
