@@ -, +, @@ --- Koha/Account/Line.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/Account/Line.pm +++ a/Koha/Account/Line.pm @@ -318,7 +318,6 @@ sub adjust { Dumper( { action => $update_type, borrowernumber => $self->borrowernumber, - accountno => $self->accountno, amount => $amount, description => undef, amountoutstanding => $new_outstanding, --