Bug 7057: CheckReserves uses GetMemberDetails unnecessarily
authorIan Walls <ian.walls@bywatersolutions.com>
Tue, 18 Oct 2011 21:56:18 +0000 (17:56 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Oct 2011 01:03:20 +0000 (14:03 +1300)
commita1e3975067bf484f8d5f621e042e41baeb69d7b7
treeef6247d98f4268303692e7e70362d9f24fdd54bd
parent885f016394a4cf00ccf3c8b0951883b453e2bcc3
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>
C4/Reserves.pm