Bugzilla – Attachment 140926 Details for
Bug 29440
Refactor/clean up bulkmarcimport.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29440: Fix QA-tool issues
Bug-29440-Fix-QA-tool-issues.patch (text/plain), 1.24 KB, created by
David Gustafsson
on 2022-09-23 15:33:41 UTC
(
hide
)
Description:
Bug 29440: Fix QA-tool issues
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2022-09-23 15:33:41 UTC
Size:
1.24 KB
patch
obsolete
>From 3a2a459de8f51511adf094ab0c811c436525551c Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Mon, 4 Apr 2022 16:41:00 +0200 >Subject: [PATCH] Bug 29440: Fix QA-tool issues > >--- > misc/migration_tools/bulkmarcimport.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 627720cee4..b9e961c911 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -526,7 +526,7 @@ RECORD: foreach my $record (@{$marc_records}) { > next RECORD; > } > elsif (!$success) { >- warn "ERROR: Update biblio $matched_record_id failed for unkown reason"; >+ warn "ERROR: Update biblio $matched_record_id failed for unknown reason"; > printlog( { id => $matched_record_id, op => "update", status => "ERROR" } ) if ($logfile); > next RECORD; > } >@@ -713,7 +713,6 @@ sub GetRecordId { > return $marcrecord->subfield($tag, $subfield); > } > } >- return undef; > } > sub build_query { > my ($match, $record) = @_; >-- >2.35.1
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 29440
:
127479
|
127480
|
127481
|
127485
|
127486
|
127508
|
127509
|
127651
|
127652
|
127791
|
127792
|
127795
|
127796
|
127959
|
127960
|
127961
|
127963
|
128086
|
128087
|
128362
|
128890
|
128891
|
131176
|
131177
|
131180
|
131181
|
132942
|
140822
|
140823
|
140903
|
140904
|
140905
|
140906
|
140924
|
140925
|
140926
|
140927
|
140928
|
140987
|
140988
|
140989
|
143375
|
151293
|
151294
|
151295
|
151296
|
151297
|
151298
|
151299
|
151300
|
151301
|
157798
|
160148
|
160149
|
160150
|
160151
|
160152
|
160153
|
160154
|
160155
|
160156
|
160157
|
160477
|
160478
|
160479
|
160480
|
160481
|
160482
|
160483
|
160484
|
160485
|
160486
|
160487