19 Jul
2020
19 Jul
'20
10:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683 --- Comment #16 from Andrew Nugged <nugged@gmail.com> --- Created attachment 107073 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107073&action=edit Bug 24683: Optimize loop in ItemsAnyAvailableAndNotRestricted Add cut-off shortcut (return from inside the loop) when first "Any Available And Not Restricted" item found, because one is enough for "Any". Testing: no change visible for code behavior/results, it is just faster because won't loop over the whole set. -- You are receiving this mail because: You are watching all bug changes.