From 3f8b1ecf99f546bc82bba21baee1c26b04df44a2 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 --- Koha/Account/Line.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index a93cb81d2c..b01af6ffe6 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -303,7 +303,6 @@ sub adjust { Dumper( { action => $update_type, borrowernumber => $self->borrowernumber, - accountno => $self->accountno, amount => $amount, description => undef, amountoutstanding => $new_outstanding, -- 2.20.1