Bugzilla – Attachment 3078 Details for
Bug 5703
Content of the $9 subfield is shown for series when in Normal view.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Hides the $9 subfield (linked authid) when showing series for a MARC record in normal view.
0002-Hide-the-9-subfield-linked-authid-when-showing-se.patch (text/plain), 1.04 KB, created by
Frédérick Capovilla
on 2011-02-07 15:21:02 UTC
(
hide
)
Description:
Hides the $9 subfield (linked authid) when showing series for a MARC record in normal view.
Filename:
MIME Type:
Creator:
Frédérick Capovilla
Created:
2011-02-07 15:21:02 UTC
Size:
1.04 KB
patch
obsolete
>From 302abb3831e6c0af3530c0360a9526ec97725d74 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= <frederick.capovilla@sys-tech.net> >Date: Fri, 4 Feb 2011 10:11:52 -0500 >Subject: [PATCH] Hide the $9 subfield (linked authid) when showing series for a MARC record in normal view. > >--- > C4/Biblio.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index a712ce7..ad5890e 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -1539,7 +1539,7 @@ sub GetMarcSeries { > if ($volume_number) { > push @subfields_loop, { volumenum => $value }; > } else { >- push @subfields_loop, { code => $code, value => $value, link_loop => \@link_loop, separator => $separator, volumenum => $volume_number }; >+ push @subfields_loop, { code => $code, value => $value, link_loop => \@link_loop, separator => $separator, volumenum => $volume_number } unless ( $series_subfield->[0] eq '9' ); > } > $counter++; > } >-- >1.5.6.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 5703
: 3078