http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9361 --- Comment #3 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #0)
See in 3.10.0, but may effect earlier versions as well.
Import a bunch of records with 610 and 611 fields (as well as 650) (also 100, 110 and 111). Import, rebuild zebra index and then link_bibs_to_authorities. 610 and 611 entries do not get link to the appropriate authorities.
The problem appears to be due to this commented code in lib/C4/Koha.pm:
link_bibs_to_authorities does not have anything to do with facets. I'm not sure why changing this file should make a difference. In order to get this into 3.12, we'll need to confirm this is a problem on master (I don't encounter it), and then get a git patch signed off and QAed. If you have a spare test server, you can confirm the problem and the solution by installing 3.12-beta1 on it, and, if the problem still exists, attach a git patch making the changes (git is easy; see http://wiki.koha-community.org/wiki/Version_Control_Using_Git ). -- You are receiving this mail because: You are watching all bug changes.