http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11960
Bug ID: 11960
Summary: GetMemberDetails is unnecessarily called in
CanBookBeRenewed
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
C4::Circulation::CanBookBeRenewed calls C4::Members::GetMemberDetails to
retrieve categorycode and branchcode.
- categorycode is used to retrieve the issuing rule
- the borrower information is passed to C4::Circulation::_GetCircControlBranch.
Which only uses the branchcode parameter.
GetMemberDetails does a lot of useless calls/queries (patronflags, account,
etc.)
This call could be replaced with a call to C4::Members::GetMember
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/