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)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 29 Dec 2014 21:37:18 +0000 (10:37 +1300)
commit33125c05ac12db65fd03a70283c946daaf22a581
treecca3d9d41bb75ae63828151d6bb280de11e59f53
parent6daf2b7c437a8cd94ee45683bc6669497fa98642
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: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 801ba4a9204254fb2c24726495370ce813b1b22b)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Ris.pm