6 Feb
2019
6 Feb
'19
9:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #67 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 84837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84837&action=edit Bug 17712: Item and biblio availability in search context Usage: my $availability = Koha::Availability::Search->item({ item => $item, })->in_opac; if ($availability->available) { # yes } Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> -- You are receiving this mail because: You are watching all bug changes.