https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22005 --- Comment #5 from Magnus Enger <magnus@libriotech.no> --- (In reply to Kelly McElligott from comment #0)
When using the system preference decreaseLoanHighHolds, if a library has this set to 1 hold. Then when the 1 person that has a hold on this item attempts to check it out, Koha will invoke the decreaseloanhighholds - although this hold is getting fulfilled. This system preference should only count holds that are not fulfilled instead of counting all the holds including the one that is getting checked out. In conclusion, Koha should disregard the first hold as this will get removed when the checkout happens instead of count it towards number of holds on the record.
I think this is the behaviour you get if you set decreaseLoanHighHoldsControl = "on the record". Then it just counts the holds on the record. Have you tried decreaseLoanHighHoldsControl = "over the number og holdable items on the record"? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.