Bugzilla – Attachment 72642 Details for
Bug 11936
Consistent log message for item insert
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11936: (QA follow-up) Consistent log message for item insert
Bug-11936-QA-follow-up-Consistent-log-message-for-.patch (text/plain), 1.12 KB, created by
Julian Maurice
on 2018-03-12 10:53:17 UTC
(
hide
)
Description:
Bug 11936: (QA follow-up) Consistent log message for item insert
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-03-12 10:53:17 UTC
Size:
1.12 KB
patch
obsolete
>From b80520f10807172c1dba71ccfae5efd293605d1d Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 12 Mar 2018 11:51:59 +0100 >Subject: [PATCH] Bug 11936: (QA follow-up) Consistent log message for item > insert > >Fix the same error in another place > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 85cec5c8e9..7a5a581a5e 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -493,7 +493,7 @@ RECORD: while ( ) { > next RECORD; > } > else{ >- printlog({id=>$id||$originalid||$biblionumber, op=>"insert",status=>"ok"}) if ($logfile); >+ printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ok"}) if ($logfile); > } > if ($dedup_barcode && grep { exists $_->{error_code} && $_->{error_code} eq 'duplicate_barcode' } @$errors_ref) { > # Find the record called 'barcode' >-- >2.14.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 11936
:
72066
|
72619
|
72641
| 72642