Merge branch 'bug_9908' into 3.12-master
This commit is contained in:
commit
548845ecee
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ sub import_bib {
|
|||
|
||||
my $matcher = C4::Matcher->new($params->{record_type} || 'biblio');
|
||||
$matcher = C4::Matcher->fetch($params->{matcher_id});
|
||||
my $number_of_matches = BatchFindBibDuplicates($batch_id, $matcher);
|
||||
my $number_of_matches = BatchFindDuplicates($batch_id, $matcher);
|
||||
|
||||
# XXX we are ignoring the result of this;
|
||||
BatchCommitRecords($batch_id, $framework) if lc($import_mode) eq 'direct';
|
||||
|
|
Loading…
Reference in a new issue