29 Apr
2025
29 Apr
'25
12:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39644 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- 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.