[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 10:09:21 CEST 2019


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

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Ok, got it now.

Actually it's not the "multiple blocks" that is the problem, but the "too many"
that cannot be guessed.

For instance if you already have 5 checkouts and over the fine limit, you will
get the 2 warnings.

> * Batch checkout 6 items.  You will see information on every item that the patron has a debt of 5.00, but on the 6th item, you should ALSO see "Too many checked out".

Until the limit is reached we cannot guess it in advance, because we cannot
simulate a checkout. We could add an additional screen for this specific case,
but it's much more complex that the first patch I submitted.

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


More information about the Koha-bugs mailing list