Bugzilla – Attachment 14693 Details for
Bug 9274
Software error in bibtex export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9274: fix BibTex export to use GetMarcAuthors correctly
0001-Bug-9274-fix-BibTex-export-to-use-GetMarcAuthors-cor.patch (text/plain), 989 bytes, created by
Fridolin Somers
on 2013-01-18 09:46:08 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9274: fix BibTex export to use GetMarcAuthors correctly
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-01-18 09:46:08 UTC
Size:
989 bytes
patch
obsolete
>From 8daaa977deb3da2a123763911724ba52bb7e7407 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Wed, 16 Jan 2013 10:18:04 -0800 >Subject: [PATCH] Bug 9274: fix BibTex export to use GetMarcAuthors correctly > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >--- > C4/Record.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Record.pm b/C4/Record.pm >index f75195f..32e4bc7 100644 >--- a/C4/Record.pm >+++ b/C4/Record.pm >@@ -651,7 +651,7 @@ sub marc2bibtex { > # Authors > my $marcauthors = GetMarcAuthors($record,C4::Context->preference("marcflavour")); > my $author; >- for my $authors ( map { map { @$_ } values %$_ } @$marcauthors ) { >+ for my $authors ( map { @$_ } map { $_->{'MARCAUTHOR_SUBFIELDS_LOOP'} } @$marcauthors ) { > $author .= " and " if ($author && $$authors{value}); > $author .= $$authors{value} if ($$authors{value}); > } >-- >1.7.9.5 >
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 9274
:
14041
|
14387
|
14631
|
14693
|
15527
|
15600
|
17059