http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7057 Bug #: 7057 Summary: C4::Reserves::CheckReserves uses GetMemberDetails unnecessarily Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: ian.walls@bywatersolutions.com ReportedBy: ian.walls@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org CheckReserves, which is a workhorse subroutine, calls GetMemberDetails possibly MANY times during it's execution (for each reserve on a biblio). All it uses from this call is branchcode. This is massively inefficient at large scales. Replacing this with GetMember would be much, much more efficient. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.