https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19870 --- Comment #5 from Mason James <mtj@kohaaloha.com> --- Created attachment 70095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70095&action=edit Bug 19870: Loaned items show as available unless logged in here's a quick fix to the problem (on 17.05.00 and up) 1/ set OPACXSLTResultsDisplay = ''; 2/ log out from opac 3/ search for a title in opac, see item is available in search results 4/ check out item 5/ search for a title in opac, see item is still available?1 6/ apply patch 7/ search for an title in opac, see item is now unavailable we still need a .t/test file for resultsSearch(), but that might be a job for another day... -- You are receiving this mail because: You are watching all bug changes.