[Koha-bugs] [Bug 30790] Add REST API route to list biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 09:11:00 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30790

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
my $biblios_rs = Koha::Biblios->new->search(undef, { join => 'biblioitem' });

Not a normal pattern to use new here

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list