[Bug 12339] catalogue/search.pl biblio availability counts items not on hold as on hold
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12339 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This part of the code has already been changed since: Patch: $reservestatus = C4::Reserves::GetReserveStatus( $item->{itemnumber} ); master: $reservestatus = C4::Reserves::GetReserveStatus( $item->{itemnumber}, undef ); Can also not replicate the problem, marking RESOLVED FIXED. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org