From cb3831317f343a214f5f5fe363de5977a99b8bb9 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 Signed-off-by: Nick Clemens --- 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.20.1