http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12868
Bug ID: 12868
Summary: GetMemberDetails calls GetMemberAccountRecords
incorrectly
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
GetMemberDetails takes two parameters: borrowernumber and cardnumber.
Between the two of them, a borrower hash is created.
This borrower hash has a borrower number in it as well as a card number.
However, the outstanding amount is based on the borrowernumber parameter and
not the discovered borrowernumber based on cardnumber when borrowernumber is
passed as undef. It should use the borrower hash's borrower number instead.
--
You are receiving this mail because:
You are the assignee for the bug.
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/