[Koha-bugs] [Bug 25426] Allow return policy to be selected via syspref and not just home library

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 17:03:02 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 139798
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139798&action=edit
Bug 25426: Allow return policy to be selected via syspref and not just home
library

1) Apply this patch
2) Run updatedatabase.pl
3) Verify CircControlReturnsBranch is set to home library by default
4) Set a Return policy for Branch A to "Item returns home" ( homebranch )
5) Set a Return polity for Branch B to "Item returns to issuing library" (
holdingbranch )
6) Set a Return polity for Branch C to "Item floats" ( noreturn )
7) Create an item with homebranch of Branch A, holding branch of branch B
8) Log in as Branch C
9) Set CircControlReturnsBranch to "the library the item is currently held by"
10) Check the item in, note it should be returned to the holding library
11) Set CircControlReturnsBranch to "the library the item is owned by"
12) Check the item in, note it should be returned to the home library
13) Set CircControlReturnsBranch to "the library you are logged in at"
14) Check the item in, note it should float

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


More information about the Koha-bugs mailing list