[Koha-bugs] [Bug 16954] Add the diff view to authorities in staged MARC records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 21 22:50:40 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954

--- Comment #4 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 53617
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53617&action=edit
Bug 16954: Add the "record matching rules" for all languages

This patch add the matching rules for all languages so diff tool
works properly in all languages for new installations

To test:
Execute the sql:
SET FOREIGN_KEY_CHECKS=0;
truncate marc_matchers; truncate matchpoints; truncate matcher_matchpoints;
truncate matchpoint_components; truncate matchpoint_component_norms;
SET FOREIGN_KEY_CHECKS=1;

mysql -ukohauser -ppassword koha <
kohaclone/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.sql

Go to Tool -> Record matching rules. You will see the new data in Spanish

Sponsored-by: Universidad de El Salvador

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list