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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 21:42:18 CEST 2011


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

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5967|0                           |1
        is obsolete|                            |

--- Comment #2 from Nicole C. Engard <nengard at gmail.com> 2011-10-19 19:42:18 UTC ---
Created attachment 5993
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5993
[SIGNED-OFF] Bug 7057: CheckReserves uses GetMemberDetails unnecessarily

Replaces call to GetMemberDetails with a call to GetMember.  Much more
efficient,
and since only branchcode is used, no required data is lost.

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>

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