https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20955
--- Comment #30 from David Cook <[email protected]> --- To reproduce: 0. Use a fresh KTD 1. Go to http://localhost:8081/cgi-bin/koha/admin/smart-rules.pl 2. Set "Hold policy" to "From home library" for "Standard rules for all libraries" 3. Set "AllowHoldPolicyOverride" syspref to "Allow" 4. Go to http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=134&borrowernumber=51 5. Note that you can still place bib-level and item-level holds -- So the problem here is... maybe you have a library network that requires you to borrow and return from the same branch as they don't have a transportation service that can take books from one location to another. But maybe they have "AllowHoldPolicyOverride" set to "Allow" because sometime they need to allow people to go over their hold limits. But then you might have a library network with library groups where you've overridden a hold policy for one of them, and you'd be ok with a bib-level hold being filled within the library group, but not for other parts of the network. We could include some algorithms to try to take this all into account, but... it's going to add complexity to an already poorly understood part of code... -- 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/
