https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38040
--- Comment #31 from David Cook <[email protected]> --- (In reply to David Cook from comment #30) > As a result, it seems to me that the solution should actually be with > Library Groups and not IndependentBranches. Oh wait a minute...the text "A patron from library Centerville" shows for both features. I was looking for IndependentBranches in Koha/Patron.pm but now I see C4::Context::only_my_library. I made a mistake in my testing as well. Koha::Patron->libraries_where_can_see_things is pretty suboptimal for Library Groups... iterating through every group and subgroup to find the ones that apply to a borrower at the code level rather than SQL... It would be interesting to have a "Limit hold management by group" for Library Groups though... -- 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/
