<<

NAME

Koha::Account::Lines - Koha Account Line Object set class

API

Class Methods

total_outstanding

    my $lines = Koha::Account::Lines->search({ ...  });
    my $total = $lines->total_outstanding;

Returns the sum of the outstanding amounts of the resultset. If the resultset is empty it returns 0.

Internal methods

_type

<<