https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954
--- Comment #4 from Héctor Eduardo Castro Avalos <[email protected]> --- 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. _______________________________________________ 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/
