[Koha-bugs] [Bug 6801] New: C4::Overdues::checkoverdues returns all fields from biblio, biblioitems, items and issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Aug 28 04:53:57 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6801

             Bug #: 6801
           Summary: C4::Overdues::checkoverdues returns all fields from
                    biblio, biblioitems, items and issues
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          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


checkoverdues is used solely by C4::Members::patronflags to determine if a
borrower has any overdues; if so, the ODUE flag is added to their and the list
of overdues returned.  This winds up being fed to GetMemberDetails, and some of
the calls then use the overdue items... sometimes.

Removing the marc and marcxml blobs would greatly speed up the return of this
function, which can cause slowness for patrons with many, many checkouts (or
with relatives with many, many checkouts).

-- 
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