Bugzilla – Attachment 35144 Details for
Bug 13530
Typo in bulkmarcimport
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] bug 13530: Typo in bulkmarcimport
PASSED-QA-bug-13530-Typo-in-bulkmarcimport.patch (text/plain), 1.35 KB, created by
Katrin Fischer
on 2015-01-13 07:24:01 UTC
(
hide
)
Description:
[PASSED QA] bug 13530: Typo in bulkmarcimport
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-01-13 07:24:01 UTC
Size:
1.35 KB
patch
obsolete
>From 6fce6f21e0f9558e8717c798f348daec7891f796 Mon Sep 17 00:00:00 2001 >From: Some <some.name@example.org> >Date: Tue, 13 Jan 2015 03:24:36 +0000 >Subject: [PATCH] [PASSED QA] bug 13530: Typo in bulkmarcimport > >GetFrameworkCode was incorrectly spelt as GetFrameworkcode on line 401. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 61ece6c..9fd4148 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -398,7 +398,7 @@ RECORD: while ( ) { > if ($biblionumber) { > eval{$biblioitemnumber=GetBiblioData($biblionumber)->{biblioitemnumber};}; > if ($update) { >- eval { ( $biblionumber, $biblioitemnumber ) = ModBiblio( $record, $biblionumber, GetFrameworkcode($biblionumber) ) }; >+ eval { ( $biblionumber, $biblioitemnumber ) = ModBiblio( $record, $biblionumber, GetFrameworkCode($biblionumber) ) }; > if ($@) { > warn "ERROR: Edit biblio $biblionumber failed: $@\n"; > printlog( { id => $id || $originalid || $biblionumber, op => "update", status => "ERROR" } ) if ($logfile); >-- >1.9.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 13530
:
35132
|
35143
|
35144
|
35145
|
35170
|
35174