X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=blobdiff_plain;f=Koha%2FAccount.pm;h=ddee843390be4075919eee3ef5c299917beec71d;hp=a041600988ecb9869896e2ff7f822d90950123cc;hb=b954dce9dd2c25c8659aec78154a127b468999fd;hpb=e3c5892f52d3d59d9aa03667d990110e3587ca6b diff --git a/Koha/Account.pm b/Koha/Account.pm index a041600..ddee843 100644 --- a/Koha/Account.pm +++ b/Koha/Account.pm @@ -721,7 +721,7 @@ our $offset_type = { our $account_type_credit = { 'credit' => 'C', 'forgiven' => 'FOR', - 'lost_item_return' => 'CR', + 'lost_item_return' => 'LOST_RETURN', 'payment' => 'Pay', 'writeoff' => 'W' };