[Koha-bugs] [Bug 17952] Lost items not skipped by overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 13 16:45:29 CEST 2017


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

--- Comment #11 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
To clarify, this patch adds two performance enhancements in one patch.

a) It prevents re-instantiation of Koha::Calendar objects inside the loop (no
functionality change here)
b) It enhances the SQL query to skip all lost items during overdue calculation.
(this is a change of logic, but I don't think it's a change of functionality)

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


More information about the Koha-bugs mailing list