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

--- Comment #1 from Kyle M Hall <[email protected]> ---
Created attachment 27988
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27988&action=edit
Bug 12198 - Guarantor search makes incorrect and unnecessary call to
GetMemberIssuesAndFines

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!

Test Plan:
1) Apply this patch
2) Verify the gurantor search works as before,
   No changes in behavior should be noted

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

Reply via email to