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)
commita6facaa534d4378de37b8fd6a868e9e3a1ef908f
tree80df4b14ae7b6378515cc91d6ead1be561fa1e15
parent0700afa7966ac475939c7ca04298e317d4f124b6
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>
C4/Ris.pm