https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23780 --- Comment #3 from Jonathan Druart <jonathan.druart@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.