Bugzilla – Attachment 18373 Details for
Bug 10324
Editorial series do not display correctly in normal view (UNIMARC / no XSLT)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-10324-Editorial-series-do-not-display-correctly-.patch (text/plain), 987 bytes, created by
Janusz Kaczmarek
on 2013-05-24 11:06:21 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2013-05-24 11:06:21 UTC
Size:
987 bytes
patch
obsolete
>From ae686075d69355ebc935652138760b1edeabf8e4 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Mon, 18 Mar 2013 22:16:22 +0200 >Subject: [PATCH] Bug 10324 - Editorial series do not display correctly in normal view (UNIMARC / no XSLT) > >The patch corrects the issue -- the content of the field 225 shall be >displayes under Series now. >--- > C4/Biblio.pm | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 7af8619..38dda06 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -1973,9 +1973,9 @@ sub GetMarcSeries { > my ( $record, $marcflavour ) = @_; > my ( $mintag, $maxtag, $fields_filter ); > if ( $marcflavour eq "UNIMARC" ) { >- $mintag = "600"; >- $maxtag = "619"; >- $fields_filter = '6..'; >+ $mintag = "225"; >+ $maxtag = "225"; >+ $fields_filter = '2..'; > } else { # marc21/normarc > $mintag = "440"; > $maxtag = "490"; >-- >1.7.2.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 10324
:
18373
|
20754
|
20863