https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39644
--- Comment #4 from David Cook <[email protected]> --- Now I could be wrong. This is just based off a code review. I haven't tested it. But I'd look at that @guarantors variable, and if it does have duplicates... deduplicating before looping would be good. Or if we don't deduplicate, doing a "next if $seen->{ $guarantor->id }" at the very least would be helpful I imagine. -- 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] https://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/
