2 Nov
2018
2 Nov
'18
1:03 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #218 from David Cook <dcook@prosentient.com.au> --- (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.