14 Sep
2020
14 Sep
'20
7:57 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25039 --- Comment #12 from Tomás Cohen Arazi <tomascohen@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.