Bugzilla – Attachment 35174 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.41 KB, created by
Jonathan Druart
on 2015-01-14 08:20:56 UTC
(
hide
)
Description:
Bug 13530: Typo in bulkmarcimport
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-01-14 08:20:56 UTC
Size:
1.41 KB
patch
obsolete
>From 9bfe3bc7a63d2f661ab1b3f9a55a149c98b5bb1c Mon Sep 17 00:00:00 2001 >From: Morag Hills <the.invinnysible.one@gmail.com> >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. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Jonathan Druart <jonathan.druart@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 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); >-- >2.1.0
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