[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 3 11:08:05 CEST 2022


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

--- Comment #57 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Just a bit of post testing ;)

Crash on opening cart
Not a HASH reference at /usr/share/koha/opac/opac-basket.pl line 99

my @items        = $biblio->items->filter_by_visible_in_opac({ patron =>
$logged_in_user })->unblessed;
   98:     foreach my $item (@items) {
   99:         my $reserve_status =
C4::Reserves::GetReserveStatus($item->{itemnumber});

Sub search returns a result set now, heh?
So we need to iterate with ->next..

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


More information about the Koha-bugs mailing list