]> git.koha-community.org Git - koha.git/commit
Bug 13850: Fix typo in C4::Ris
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 17 Mar 2015 10:56:56 +0000 (11:56 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 11 Apr 2015 03:02:16 +0000 (15:02 +1200)
commitaa29fb5e9b206c981c4fb7167f994045c0e6ca33
treef0b3cc34191b6908216ed45ee7f4f9c496b85ffc
parentbf49a4995ae1a4d4dc95ddecf75cc3b3d08c46e2
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").

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>
(cherry picked from commit a6facaa534d4378de37b8fd6a868e9e3a1ef908f)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Ris.pm