]> git.koha-community.org Git - koha.git/commit
Bug 7057: CheckReserves uses GetMemberDetails unnecessarily
authorIan Walls <ian.walls@bywatersolutions.com>
Tue, 18 Oct 2011 21:56:18 +0000 (17:56 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 25 Oct 2011 23:41:00 +0000 (19:41 -0400)
commit35987009bc95aa89a8947544abbecbe517348db0
treea3d5c551fede2211f5452b5b93c26c8689c78e92
parenta95b6cb963f866c6f2bb0977a9d7fb7532a88624
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@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit a1e3975067bf484f8d5f621e042e41baeb69d7b7)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Reserves.pm