[Koha-bugs] [Bug 7704] Independent Branches sys pref change to let librarians choose which things to share

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 7 18:17:10 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7704

Kyle M Hall <kyle.m.hall at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8906|0                           |1
        is obsolete|                            |

--- Comment #4 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 9437
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9437&action=edit
Bug 7704 -Fix bug that prevent items to be returned to home branch, when
independentbranches and canreservefromotherbranch sysprefs are both turned on.

Before this fix, when attempt to checkin the item at the other branch is made,
system disallows checkin. Now (with this fix) the item is checked in and an
automatic transfer to the home branch is setup.

How to test:
Case 1
Set independentbranches to "Prevent" and canreservefromotherbranch to "allow".
Set up an item in branch A and a member in branch A and another member in
branch B.

Checkout the item to member in branch A.
Place a reserve on the item on behalf of member in branch B.
Return the item in branch A. Check if a transfer is setup to branch B.
Checkout the item to the member in branch B and check it back in. Checkin
should be allowed and at this point an automatic return to branch A (the home
library) should be setup.

Case 2
Set independentbranches to "Prevent" and canreservefromotherbranch to "not
allow". In this case item checkin should not be allowed in branch B.

Other cases
Set independentbranches to "Not Prevent". Here items should be returned
automatically to home branch, the value in canreservefromotherbranch has no
impact.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list