From fe835c1897a3386870e401e5a1cd7723ddf2aa1e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 22 Feb 2019 14:29:50 +0000 Subject: [PATCH] Bug 21683: (QA follow-up) Koha::Account::Line rebase fix Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- Koha/Account/Line.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index 5029c4ba34..0338a5b6d9 100644 --- a/Koha/Account/Line.pm +++ b/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, -- 2.21.0