Bug 13360: C4::Ris assumes that hash keys are ordered - KW
commit801ba4a9204254fb2c24726495370ce813b1b22b
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 27 Nov 2014 15:54:21 +0000 (27 16:54 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 28 Dec 2014 22:56:31 +0000 (28 19:56 -0300)
tree6698f9ff6d2031e58f69698e874a615a6c29ea39
parent1e0503e8448d6c31389282539a68552b392b10bd
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>
C4/Ris.pm