@@ -, +, @@ positive --- Koha/Account.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Account.pm +++ a/Koha/Account.pm @@ -244,7 +244,7 @@ sub add_credit { { credit_id => $line->id, type => 'CREATE', - amount => $amount + amount => $amount * -1 } )->store(); --