Bug 36335: Fix ILS-DI GetRecords bad encoding for UNIMARC
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 15 Mar 2024 15:02:11 +0000 (16:02 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 30 May 2024 19:09:36 +0000 (19:09 +0000)
commit3ecf313caa2c7773ae98be03ab3323b2a0ef0cbf
tree0dcc3063e4240183094f8f399ec11c2f3c18cb84
parent8fb97b9b26351a55d0fa494c4904288a9d57902f
Bug 36335: Fix ILS-DI GetRecords bad encoding for UNIMARC

ILS-DI GetRecords generates bad encoding of MARCXML for UNIMARC, like OAI in Bug 34467

Enable ILS-DI and display a record with :
<opac url>/cgi-bin/koha/ilsdi.pl?service=GetRecords&id=<biblionumber>

Well-known issue, fixed
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 5406aaedfa86aa97ed06019f4862bff285a4aad2)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 6568275bc9abec733ca6c914992b705da7bc3934)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/ILSDI/Services.pm