| Summary: | C4::Reserves::CheckReserves uses GetMemberDetails unnecessarily | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Ian Walls <koha.sekjal> |
| Component: | Architecture, internals, and plumbing | Assignee: | Ian Walls <koha.sekjal> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | minor | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, nengard |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | |||
| Bug Blocks: | 7058 | ||
| Attachments: |
Proposed patch
[SIGNED-OFF] Bug 7057: CheckReserves uses GetMemberDetails unnecessarily |
||
|
Description
Ian Walls
2011-10-18 21:53:52 UTC
Created attachment 5967 [details] [review] Proposed patch Replaces CheckReserves call to GetMemberDetails with a call to GetMember. Much more efficient, since only branchcode is needed. Created attachment 5993 [details] [review] [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@bywatersolutions.com> Also marking as Passed QA, for RM's discretion to integrate Pushed, please test There have been no further reports of problems so I am marking this bug resolved. |