30 Sep
2024
30 Sep
'24
1:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38033 --- Comment #1 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 172221 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172221&action=edit Bug 38033: Koha::Biblio->record does not return items Koha::Biblio->record introduced by Bug 33083 seems to be a straigtforward alias for Koha::Biblio::Metadata->record but it does not pass the parameters to $self->metadata->record call. This may lead to misunderstandings and possible bugs. The provided patch corrects this issue. Use unit test to test. Sponsored-by: Ignatianum University in Cracow -- You are receiving this mail because: You are watching all bug changes.