https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18509 Bug ID: 18509 Summary: Minor performance improvement for overdue_notices.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Don't re-instantiate Koha::Calendar objects unnecessarily We were calling Koha::Calender->new on the same branchcode within a set of nested loops. This is just silly, only one object is required. -- You are receiving this mail because: You are watching all bug changes.