]> git.koha-community.org Git - koha.git/commit
Bug 31325: Fix koha-preferences get
authorMagnus Enger <magnus@libriotech.no>
Tue, 9 Aug 2022 06:49:54 +0000 (06:49 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 30 Sep 2022 22:59:29 +0000 (22:59 +0000)
commit92d541ddc4e3fe53c36cee836eb6c9b33f535694
tree2700bb305719756b13114406b17f3f3d0b338e22
parentbc724da289c6c26ebb6f59870cdecf9ccad07c6b
Bug 31325: Fix koha-preferences get

To reproduce:
$ perl koha/misc/admin/koha-preferences get MarcFlavour
This will output something like "HASH(0x55dd4d432840)".

To test:
Apply this patch and run the command again:
$ perl koha/misc/admin/koha-preferences get MarcFlavour
This should output something like "MARC21".

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 3f1fe4f178df3423bc95f9a288aaefdda6a6e8c0)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/admin/koha-preferences