https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284 --- Comment #110 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Liz Rea from comment #103)
The main question I have is, which is the location that defines which group the reserve can be picked up in, the patron's branch (which is what I believe the intent of the feature request was) or the item's homebranch?
I think the weirdness here is that the current implementation is not considering ReservesControlBranch and instead it is using HomeOrHoldingBranch, which is not intended for holds. I have reviewed both sysprefs history, and noticed this. So, the solution is to actually allow the library to choose the desired behaviour through this syspref. The options it provides are: - Check the patron's home library to see if the patron can place a hold on the item. - Check the item's home library to see if the patron can place a hold on the item. So I think we just need to stick with that, and both possible answers to the question will be covered. It also looks like it would follow Koha's current approach. -- You are receiving this mail because: You are watching all bug changes.