From 7236cbdec06d22af8a48ddc8924943ddf12a3180 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 2 Feb 2023 16:54:29 +0000 Subject: [PATCH] Revert "Bug 29021: RenewAccruingItemWhenPaid renewals are not seen" This reverts commit 055270f9f930403c38ec8a2d3450f854ae3d9b5a. Signed-off-by: Lucas Gass --- Koha/Account/Line.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index b8700293a6..ceb73e7c3e 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -1035,7 +1035,7 @@ sub renew_item { $self->{branchcode}, undef, undef, - 0 + 1 ); return { itemnumber => $itemnumber, -- 2.39.5