[Koha-bugs] [Bug 6801] Patron details page slow to load when many checkouts present

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 22 17:03:37 CEST 2011


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

--- Comment #5 from Ian Walls <ian.walls at bywatersolutions.com> 2011-09-22 15:03:37 UTC ---
Created attachment 5541
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5541
Second Proposed Patch

This patch extends the work done by the first:

Adds borrower firstname, surname and cardnumber to GetPendingIssues() return
value.

Removes calls to GetMemberDetails in build_issue_data subroutines of
members/moremember.pl and circ/circulation.pl

Change templates to use "[% scope.firstname %] [% scope.surname %]" instead of
[% scope.borrowername %]

Changes borrowernumber source in build_issue_data()'s checks for
GetIssuingCharges() and CanBookBeRenewed().  Instead of using the
borrowernumber for the page, use the borrowernumber for that specific issue. 
In current usage, this will be no different, but in theory for any Relatives
Checkouts making use of this data, the issuing charges and renewal permission
could be incorrect.

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