Revert "Bug 29021: RenewAccruingItemWhenPaid renewals are not seen"
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 2 Feb 2023 16:54:29 +0000 (16:54 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 2 Feb 2023 16:54:29 +0000 (16:54 +0000)
This reverts commit 055270f9f930403c38ec8a2d3450f854ae3d9b5a.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Account/Line.pm

index b870029..ceb73e7 100644 (file)
@@ -1035,7 +1035,7 @@ sub renew_item {
             $self->{branchcode},
             undef,
             undef,
-            0
+            1
         );
         return {
             itemnumber => $itemnumber,