[Koha-bugs] [Bug 10230] Match points do not work with authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 12 22:26:46 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10230

--- Comment #2 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 18102
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18102&action=edit
Bug 10230: Don't limit valid matches to bibs

The patch for bug 9523 added a JOIN to the biblio table when identifying
the best match so that if a matched record had been deleted it would
not hold up the import process. Unfortunately, this broke all authority
matching, since of course authorities don't appear in the biblio table.
This patch adds a join to auth_header as well, and decides which to
check based on the record type.

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


More information about the Koha-bugs mailing list