[Koha-bugs] [Bug 7057] New: C4::Reserves::CheckReserves uses GetMemberDetails unnecessarily

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 18 23:53:52 CEST 2011


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 at bywatersolutions.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: koha-bugs at 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.


More information about the Koha-bugs mailing list