[Koha-bugs] [Bug 12198] New: Guarantor search makes incorrect and unnecessary call to GetMemberIssuesAndFines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 6 18:26:36 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12198

            Bug ID: 12198
           Summary: Guarantor search makes incorrect and unnecessary call
                    to GetMemberIssuesAndFines
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

The script members/guarantor_search.pl makes the following call:
my ($od,$issue,$fines)=GetMemberIssuesAndFines($results->[$i]{'borrowerid'});

Not only does this call always fail because borrowerid is not a valid key, but
the results are never even used in the template!

-- 
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