Bug 13850: Fix typo in C4::Ris
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 17 Mar 2015 10:56:56 +0000 (11:56 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 8 Apr 2015 13:45:40 +0000 (10:45 -0300)
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").

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Ris.pm

index 137b99d..4d36c61 100644 (file)
--- 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