Only borrower-table fields are used in any of the 4 calls to GetMemberDetails on reserve/request.pl. Replacing with GetMember() will be more efficient without any data loss
Created attachment 5968 [details] [review] Proposed Patch Changes all calls in reserve/request.pl from GetMemberDetails to GetMember, since the extra data pulled in is not worth the required CPU cycles.
Created attachment 5995 [details] [review] [SIGNED-OFF] Bug 7059: Remove GetMemberDetails from reserve/request.pl Replaces all four usages of GetMemberDetails with GetMember, since none of the hashref fields used were anything other than those in borrower table, which GetMember returns. To Test: 1. Apply patch 2. Go to reserve/request.pl; the page should load without error 3. Search for a cardnumber: the page should load without error Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Passed QA, RM please verify
Pushed, please test
There have been no further reports of problems so I am marking this bug resolved.