http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8839 --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to comment #3)
It's not that clear from a Koha administrator perspective since IndependantBranches means no authorization to modify anything from another branch. And what will you do if a library want the contrary: preventing issuing but allowing to see other branch borrowers?
Couldn't you reach your goal with a syspref named 'IndependantBranchOverwriteTo', with those values:
- nothing - Issue to other branches - See other branches borrowers - Issue to other branches and see other branches borrowers
Without a large amount of development, it's not possible to issue to a borrower without being allowed to see them. The same goes for being able to view a borrower without being able to issue to them ( though this is less complicated ). I think this is a good start. Those other options can be added on an as needed basis. I do wonder if I should change the name of the system preference to something like IndependantBranchesCirculation instead though. -- You are receiving this mail because: You are watching all bug changes.