Bugzilla – Attachment 144213 Details for
Bug 18273
bulkmarcimport.pl inserts authority duplicates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18273: Do not insert authority if there already are duplicates in koha
Bug-18273-Do-not-insert-authority-if-there-already.patch (text/plain), 851 bytes, created by
David Nind
on 2022-11-23 18:30:08 UTC
(
hide
)
Description:
Bug 18273: Do not insert authority if there already are duplicates in koha
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-23 18:30:08 UTC
Size:
851 bytes
patch
obsolete
>From 228c2841b23c7935f5d86a2ce0cdc087e2473593 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Wed, 15 Mar 2017 16:10:45 +0000 >Subject: [PATCH] Bug 18273: Do not insert authority if there already are > duplicates in koha > >--- > misc/migration_tools/bulkmarcimport.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index d2dfe1ad56..e3867eea4c 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -351,6 +351,7 @@ RECORD: while ( ) { > } > } elsif ( $results && scalar(@$results) > 1 ) { > $logger->debug("more than one match for $query"); >+ next; > } else { > $logger->debug("nomatch for $query"); > } >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18273
:
61106
|
144213
|
171385
|
172049