Bugzilla – Attachment 35132 Details for
Bug 13530
Typo in bulkmarcimport
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 13530: Typo in bulkmarcimport
bug-13530-Typo-in-bulkmarcimport.patch (text/plain), 1.28 KB, created by
the.invinnysible.one
on 2015-01-13 03:31:05 UTC
(
hide
)
Description:
bug 13530: Typo in bulkmarcimport
Filename:
MIME Type:
Creator:
the.invinnysible.one
Created:
2015-01-13 03:31:05 UTC
Size:
1.28 KB
patch
obsolete
>From 992bc09ddef21ba62e004c483a5e2415bf4d11b8 Mon Sep 17 00:00:00 2001 >From: Some <some.name@example.org> >Date: Tue, 13 Jan 2015 03:24:36 +0000 >Subject: [PATCH] bug 13530: Typo in bulkmarcimport > >GetFrameworkCode was incorrectly spelt as GetFrameworkcode on line 401. >--- > 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.7.10.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 13530
:
35132
|
35143
|
35144
|
35145
|
35170
|
35174