Bugzilla – Attachment 61106 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), 842 bytes, created by
Matthias Meusburger
on 2017-03-15 16:12:04 UTC
(
hide
)
Description:
Bug 18273: Do not insert authority if there already are duplicates in koha
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2017-03-15 16:12:04 UTC
Size:
842 bytes
patch
obsolete
>From 9aa0022d57bceecc50402d2e090a79558d194578 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 34d2b52..8c7fbc2 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -316,6 +316,7 @@ RECORD: while ( ) { > } > } elsif ( $results && scalar(@$results) > 1 ) { > $debug && warn "more than one match for $query"; >+ next; > } else { > $debug && warn "nomatch for $query"; > } >-- >2.7.4
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