<<

NAME

Koha::Account::Offset - Koha account offset Object class

Account offsets are used to track the changes in account lines

API

Internal methods

debit

my $debit = $account_offset->debit;

Returns the related accountline that increased the amount owed by the patron.

credit

my $credit = $account_offset->credit;

Returns the related accountline that decreased the amount owed by the patron.

_type

<<