]> 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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 10:03:24 +0000 (11:03 +0100)
commitf575d4cd73567d5a0e0edc777f83bdf99959a526
treef01dd01ffcd55a740de72b617f5e2c1e1805f1a1
parent80abbf4b5052f8b1a272448d8cedb8c9fbc0fd03
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>
Koha/Item.pm
t/db_dependent/Koha/Item.t