]> git.koha-community.org Git - koha.git/commit
Bug 33188: Remove warning from Koha::Item->hidden_in_opac
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 29 Oct 2024 13:41:19 +0000 (14:41 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 18 Dec 2024 09:35:48 +0000 (10:35 +0100)
commited9cdb267d0607400cdc90ac8b9cf2da90ee1191
treea063f5ee51e19a6e96e4573732628a62453100e6
parentd4db820adb79d3d542aebf96726cd3e80fed19df
Bug 33188: Remove warning from Koha::Item->hidden_in_opac

"Use of uninitialized value in string eq"

Test plan:
  prove t/db_dependent/Koha/Item.t
should return green

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Edit: tidied the tests (tcohen)
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit f575d4cd73567d5a0e0edc777f83bdf99959a526)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 1b27067e9adc695662c570b411bc546c6c7c41c0)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Item.pm
t/db_dependent/Koha/Item.t