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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/