[Koha-bugs] [Bug 18509] New: Minor performance improvement for overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 28 16:56:18 CEST 2017


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 at gmail.com
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at 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.


More information about the Koha-bugs mailing list