[Koha-bugs] [Bug 25039] Move new due calculation to Koha::Checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 14 19:57:31 CEST 2020


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

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to David Nind from comment #10)
> Applying this patch seems to stop the 'Batch extend due dates' from working
> as expected (for me anyway):
> 
> - Before applying the patch: issued some items, batch extend due dates comes
> up with items to extend the due date.
> 
> - After applying the patch: Using exactly the same criteria the batch extend
> due dates shows 'No checkouts for the selected filters.'

Sorry for taking so long! That's correct, I used .count instead of .size, which
would be the correct way of doing it as I changed into using an array.

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


More information about the Koha-bugs mailing list