https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21673
--- Comment #2 from Martin Renvoize <[email protected]> --- Comment on attachment 81196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81196 Bug 21673: Use Koha::Account::Lines->total_amountoutstanding when needed Review of attachment 81196: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21673&attachment=81196) ----------------------------------------------------------------- ::: Koha/Account/Lines.pm @@ -46,4 @@ > sub total_outstanding { > my ( $self ) = @_; > > - my $total = sum0( $self->get_column('amountoutstanding') ); You've removed the only use of sum0, but not removed the List::Util import above ;) -- 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/
