[Koha-bugs] [Bug 18366] On shelf holds allowed > "If all unavailable" ignores library of the rule and considers all libraries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 2 20:50:18 CEST 2017


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

--- Comment #1 from Claudio <costalc at gmail.com> ---
On shelf holds allowed : "If all unavailable" ignores library of the rule and
considers all libraries to make a reserve.

1) Supose there's a Koha instance with two libraries: A and B. Both libraries
are configured -> On shelf holds allowed : "If all unavailable" in the
issuingrules table
2) There's a record catalogued with two items attached: one for library A and
one for library B
3) The items are barcode 100 (library A) and barcode 200 (library B)
4) We check-out item 100
5) Now item 100 is checked-out so "all items are unavailable" in library A
6) And item 200 is "available" in library B
7) Then if we try to make a reserve for a user of library A Koha refuse to do
because of "there's no item available to make the reserve" (remember point 5)
8) Now we check-out item 200 of library B
9) If we try to make a reserve for a user of library A again, Koha makes de
reserve correctly

So it seems Koha does not respect the library configuration rule when tries to
make a reserve but considers all availability status of all items of all
libraries instead. In my opinion this is wrong.

Syspref IndependentBranches has no effect (it is set to OFF). 
Syspref canreservefromotherbranches has no effect (it is set to OFF)

BZ 18150 has no effect.

Tested in 16.11.06

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


More information about the Koha-bugs mailing list