Bugzilla – Attachment 36943 Details for
Bug 13850
C4::Ris does not manage correctly 660 and 661 - UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13850: Fix typo in C4::Ris
Bug-13850-Fix-typo-in-C4Ris.patch (text/plain), 1.28 KB, created by
Jonathan Druart
on 2015-03-17 10:58:41 UTC
(
hide
)
Description:
Bug 13850: Fix typo in C4::Ris
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-17 10:58:41 UTC
Size:
1.28 KB
patch
obsolete
>From 8ce4e735ef367d10705fc53792e18138872ba69c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 17 Mar 2015 11:56:56 +0100 >Subject: [PATCH] Bug 13850: Fix typo in C4::Ris > >In C4/Ris.pm: > @field_list = ('600', '601', '602', '604', '605', '606','607', '608', > '610', '615', '620', '660'. '661', '670', '675', '676', '680', '686'); > >Note the > '660'. '661' >instead of > '660', '661' > >Test plan: >Add a 660 and 661 field to a record and export it in RIS >The 660 and 661 field should be displayed (after "KW"). >--- > C4/Ris.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Ris.pm b/C4/Ris.pm >index 137b99d..4d36c61 100644 >--- a/C4/Ris.pm >+++ b/C4/Ris.pm >@@ -222,7 +222,7 @@ sub marc2ris { > > my @field_list; > if ($intype eq "unimarc") { >- @field_list = ('600', '601', '602', '604', '605', '606','607', '608', '610', '615', '620', '660'. '661', '670', '675', '676', '680', '686'); >+ @field_list = ('600', '601', '602', '604', '605', '606','607', '608', '610', '615', '620', '660', '661', '670', '675', '676', '680', '686'); > } elsif ($intype eq "ukmarc") { > @field_list = ('600', '610', '611', '630', '650', '651','653', '655', '660', '661', '668', '690', '691', '692', '695'); > } else { ## assume marc21 >-- >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 13850
:
36943
|
37384
|
37521