[Koha-bugs] [Bug 23780] Batch check out fails to inform or trap

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 16 16:37:58 CEST 2019


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

--- Comment #4 from Christopher Brannon <cbrannon at cdalibrary.org> ---
Well, either way, if all we are being told about is the fines and not the
number of checkouts, overriding the fines completely bypasses other blocks, and
this is a HUGE problem.  Either Koha is going to have to look ahead at all
potential blocks before checkout, or it is going to have to run through the
checkout process multiple times.

Theoretically, if all 6 items are showing the fines block, and you have all 6
items checked for override, shouldn't it check each item in again and then run
into the next block on the 6th item?

It seems what is happening is an overall override, rather than a specific block
override.  The override for the fines is also overriding or bypassing the block
for the item limit.

I'm wondering if Koha needs to have a smarter override system, in that the
override targets a specific block, and is not just a general, ignore everything
override.

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


More information about the Koha-bugs mailing list