https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 --- Comment #21 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 52904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52904 Bug 16493 [QA Followup] - Restore title and author match as an option, make it the default Review of attachment 52904: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16493&attachment=52904) ----------------------------------------------------------------- ::: acqui/addorderiso2709.pl @@ +160,4 @@
# 1st insert the biblio, or find it through matcher unless ( $biblionumber ) { if ($matcher_id) { + if ( $matcher_id eq '_TITLE_AUTHOR_' ) {
Perhaps a $duplinbatch = undef; above this might be in order since this is in a loop? -- You are receiving this mail because: You are watching all bug changes.