@@ -, +, @@ --- Koha/Account.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Account.pm +++ a/Koha/Account.pm @@ -480,7 +480,7 @@ sub non_issues_charges { =cut our $offset_type = { - 'credit' => 'Payment', + 'credit' => 'Manual Credit', 'forgiven' => 'Writeoff', 'lost_item_return' => 'Lost Item Return', 'payment' => 'Payment', --