https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662
--- Comment #218 from David Cook <[email protected]> --- (In reply to Josef Moravec from comment #208) > In tables for history and requests you have column import_matcher_code, that > is bad I think, you should always use matcher_id and make it foreign key to > marc_matchers. I can see why you'd say that, but import_matcher_code is an optional field, so it can't be a foreign key. 99.99% of requests should never ever use that field, but it was added for libraries that might want to initially match against an existing set of records so they don't get duplicates when first starting harvesting. -- 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/
