]> git.koha-community.org Git - koha.git/commit
Bug 33069: Fix error in MARC download for OPAC lists
authorKatrin Fischer <katrin.fischer.83@web.de>
Wed, 3 May 2023 21:28:30 +0000 (21:28 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 12 May 2023 15:35:37 +0000 (16:35 +0100)
commitcb93d9c30ce9159bbb7371a3a596dbcb5201031a
tree733f0b2491c10549e0c678e3f935a60a828513bf
parentfb196f88455839fc19f5b157f6763c07ef806f84
Bug 33069: Fix error in MARC download for OPAC lists

There was a code typo causing an error when you tried
to download a list in MARC format:

Not a CODE reference at /kohadevbox/koha/opac/opac-downloadshelf.pl line 93

To test:
* In the OPAC: create a new list, public or private, with some records
* Open the list
* Try to download the list as MARC
* Verify you get an error
* Apply patch
* Verify you now get the expected download file
* Sign off :)

Co-authored-by: Kévin AYRAULT <kevin.ayrault87@gmail.com>
Signed-off-by: Magnus Enger <magnus@libriotech.no>
Nasty error before the patch; nice, tasty MARC download after.
Signed-off-by: Hinemoea Viault <hinemoea.viault@inlibro.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit c1c3b496689057688be0d1788d1c74d61aca1bef)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
opac/opac-downloadshelf.pl