https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299
--- Comment #9 from Katrin Fischer <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #8) > To everyone looking at this patches: > > (In reply to Jonathan Druart from comment #1) > > 2 things: > > * Should we hide the biblio record if OpacHiddenItemsHidesRecord is set? Yes, definitely. The records should not show up anywhere in the OPAC, if they are hidden by OpacHiddenItemsHidesRecord. > > * allow_onshelf_holds is not working like in other scripts, what's the > > expected behaviour? If hidden should we completely ignore the item? Not sure where the holds come from here :) Is this the use case? * One or more hidden items could fill a hold * Should we be able to place the hold, although all visible items cannot fill a hold. For item level holds this is easy: We don't want to see the items, so no item level holds can be placed. For the record level holds... it's harder. My feeling is that if you don't want your users to see something in the catalog, it's unlikely that you would want to count them towards holds. But maybe in that case the library should just take extra configuration steps to prevent this (like using a not-for-loan status on the items? > ^^ this questions are still valid -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
