http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376
--- Comment #9 from delaye <[email protected]> --- Disregard my previous comment, I forgot to prohibit transfers from B to A. sorry so it's ok But... But the rules (limit) of tranfers is not interpreted with the requests for holds to the OPAC and intranet and more specialy with the system preference OPACAllowUserToChooseBranch(=ON) If OPACAllowUserToChooseBranch activated the transfers limits are not read. The system preference displays all sites (= select * from branches) instead of displaying only those sites that allow transfers. Example: A network of four sites: A, B, C and D The adherents of A, B and C can reserve copies of A, B and C. Items with branches A, B and C can transit in sub-network A, B and C. The items with branch D can not be reserved and site D does not accept the items with branches A, B and C. The holds rules are the following : Branch A -> All sites Branch B -> All sites Branch C -> All sites Branch D -> No holds Rules of transfers branch A -> A, B, C branch B -> A, B, C branch C -> A, B, C branch D -> D OPACAllowUserToChooseBranch is activated >From OPAC a borrower located A want to book a title. The title have 3 items in use with branches A, B, and D. Koha display all the branches A, B, C and D for pickup instead of proposing the branches A, B and C. So when returning an item (A, B or C) there is a risk that the pickuplocation will be D if the borrower have been chose D. While D don't want manage holds within the network. Paul I have an example of sandbox1 http://catalogue.test1.biblibre.com/cgi-bin/koha/opac-reserve.pl?biblionumber=2220 (user: password and mozart: mozart) it's important for few customers. See also ticket 7534 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
