[Koha-bugs] [Bug 17710] C4::Matcher::get_matches and C4::ImportBatch:: GetBestRecordMatch should use same logic

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 11 05:35:31 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17710

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
I've written a patch, but not sure how to write the test plan for this one.

C4::ImportBatch::GetBestRecordMatch achieves its sort via SQL rather than Perl,
so it's not like a common function could be used between them. 

I suppose I could refactor the sorting as a little function, but that doesn't
really help with testing C4::Matcher::get_matches.

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


More information about the Koha-bugs mailing list