[Koha-bugs] [Bug 13850] C4::Ris does not manage correctly 660 and 661 - UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 17 11:58:41 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13850

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 36943
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36943&action=edit
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").

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list