Bug 31325: Fix koha-preferences get
authorMagnus Enger <magnus@libriotech.no>
Tue, 9 Aug 2022 06:49:54 +0000 (06:49 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 16 Aug 2022 12:11:40 +0000 (09:11 -0300)
commit3f1fe4f178df3423bc95f9a288aaefdda6a6e8c0
tree9b8fba0e632e5f6cac6d890cd0e8b4353ec60b52
parent18b2389de49b5c403f7bd68ef315b044a201eff5
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>
misc/admin/koha-preferences