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, 23 Jan 2015 06:58:36 +0000 (19:58 +1300)
commit6ce2ba7b3a65f1953af8fa779da8cbf05971154f
tree3fe59bc0a900bc07e7ad23ac28c57c15e50c5510
parent3186eede909015ac4e539723ae62d44f2c6e14fd
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