[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
Sat May 18 23:24:47 CEST 2013


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

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 18232
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18232&action=edit
[PASSED QA] 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.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Comment on third patch of this series.

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


More information about the Koha-bugs mailing list