[Koha-bugs] [Bug 12868] New: GetMemberDetails calls GetMemberAccountRecords incorrectly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 4 01:07:26 CEST 2014


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: koha-bugs at lists.koha-community.org
          Reporter: mtompset at hotmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

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.


More information about the Koha-bugs mailing list