View | Details | Raw Unified | Return to bug 13098
Collapse All | Expand All

(-)a/Koha/Account/Offsets.pm (-1 / +6 lines)
Lines 35-40 Account offsets track the changes made to the balance of account lines Link Here
35
35
36
=head2 Class methods
36
=head2 Class methods
37
37
38
    my $offsets = Koha::Account::Offsets->search({ ...  });
39
    my $total   = $offsets->total;
40
41
Returns the sum of the amounts of the account offsets resultset. If the resultset is
42
empty it returns 0.
43
38
=head3 total
44
=head3 total
39
45
40
=cut
46
=cut
41
- 

Return to bug 13098