https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #17 from Nick Clemens <nick@bywatersolutions.com> --- On the search results screen, we determine whether or not to show the hold button based on 'norequests' variable - this is set in Search.pm as the result of either: Biblio itemtype holdability if using bib level itemtypes Items filtered by filter_by_for_holds which basically just checks holdallowed rules and a few statuses opac-detail / opac-ISBDdetail / opac-MARCdetail all have this parameter set in current code I feel like using this when there is not a patron is generally close enough? It's consistent at least. -- You are receiving this mail because: You are watching all bug changes.