[Koha-bugs] [Bug 29125] New: Use Koha::Patron object in C4:Utils::DataTables::Members.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 27 16:20:37 CEST 2021


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

            Bug ID: 29125
           Summary: Use Koha::Patron object in
                    C4:Utils::DataTables::Members.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Currently we do a SQL search for patrons, then fetch the patron object for each
borrowernumber individually, then fetch related objects

If we use Koha::Patrons directly we can prefetch related object and reduce the
number of calls to the DB

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


More information about the Koha-bugs mailing list