[Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 8 17:39:15 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156

--- Comment #9 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list