]> git.koha-community.org Git - koha.git/commit
Bug 13360: C4::Ris assumes that hash keys are ordered - KW
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 27 Nov 2014 15:54:21 +0000 (16:54 +0100)
committerMason James <mtj@kohaaloha.com>
Fri, 16 Jan 2015 19:28:57 +0000 (08:28 +1300)
commitb4d2b42bf00fbfcaa3bc53122af001cb91e4ef88
treea15c5fdbd37246cc5adcb9eb9d7725120abefe93
parentaf764c39d4f6e89447c0b55854795d31a8b69e20
Bug 13360: C4::Ris assumes that hash keys are ordered - KW

This patch only fixes the KW order.

Test plan:
1/ Choose/create a record with several 6XX (for KW), see the code source
to know which fields you can use
2/ Export this record in RIS format
3/ Verify that the KW lines are ordered following the marc record fields
order.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
We really should refactor this whole thing into Koha::RIS sometime, it's
a horrible module at the moment.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Ris.pm