https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 99981 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99981 Bug 15156: Get all Borrowers with pending/unpaid fines/accountlines Review of attachment 99981: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15156&attachment=99981) ----------------------------------------------------------------- ::: Koha/Account/Lines.pm @@ +23,4 @@
use Koha::Account::Line;
use base qw(Koha::Objects); +use List::MoreUtils qw( uniq );
Unless I'm missing it.. you don't actually use 'uniq' here? -- You are receiving this mail because: You are watching all bug changes.