Summary: | Hold Policy "home library only" incompatible with CircControl "patron home library" | ||
---|---|---|---|
Product: | Koha | Reporter: | Ian Walls <koha.sekjal> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P3 | CC: | alexbuckley, dev_patches, gmcharlt, kyle, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Ian Walls
2011-02-23 13:07:14 UTC
see : http://git.biblibre.com/?p=koha;a=blob;f=C4/Reserves.pm;h=06a276b47351b0f0523ce7d82ebd7a36bd4dee91;hb=2cd4c147a4f30922628e59e20a2075c874861bc9 iirc, we built ReservesControlBranch because Libraries may like to use a different library for control. Moreover, in that context, PickupLibrary would be a nonesense to control the policy. Hope that helps. The nearly-deprecated HomeorHoldingBranch may be a good candidate for this kind of control. Or, perhaps a new page needs to be built to allow libraries to configure which branche are used for policy decisions: Checkout/Renewal: HomeBranch, HoldingBranch, PatronBranch Returns: HomeBranch, HoldingBranch, CurrentlyLoggedInBranch (to better handle transfers. HomeBranch would just tell the system it should go home, holding branch would indicate it should go to the branch it was checked out from, and CurrentlyLoggedInBranch, well...) Holds: HomeBranch, HoldingBranch, CurrentlyLoggedInBranch(?) Overdues/Fines: HomeBranch, HoldingBranch, PatronBranch Still valid for current master? Is this fixed by the existing ReservesControlBranch maybe? (In reply to Katrin Fischer from comment #4) > Is this fixed by the existing ReservesControlBranch maybe? I believe this to be the case. |