https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34902
--- Comment #6 from Eric Phetteplace <[email protected]> --- FYI we have reconciled ourselves to how decreaseLoanHighHolds works by using a negative threshold value "Enable the reduction of loan period to 7 days for high demand items with more than -1 holds over the number of holdable items on the record..." This reads nonsensically but does what our staff expect. Basically, at a low threshold, staff were expecting this condition to trigger more often. On a typical bib with one item there must be three holds for it trigger if the threshold value is 0 (3 holds - 1 holdable item - 1 the hold of the user checking out since only a user with a hold would check out the item). It was the way the current patron's hold does not count towards the total staff found misleading. But with the negative threshold this triggers when we want; in that same scenario only two holds lead to a decreased loan period. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
