[Koha-bugs] [Bug 12339] catalogue/search.pl biblio availability counts items not on hold as on hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 13 04:04:22 CEST 2020


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list