Bugzilla – Attachment 144503 Details for
Bug 29021
Automatic renewal due to RenewAccruingItemWhenPaid should not be considered Seen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29021: RenewAccruingItemWhenPaid renewals are not seen
Bug-29021-RenewAccruingItemWhenPaid-renewals-are-n.patch (text/plain), 852 bytes, created by
PTFS Europe Sandboxes
on 2022-12-08 15:52:49 UTC
(
hide
)
Description:
Bug 29021: RenewAccruingItemWhenPaid renewals are not seen
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2022-12-08 15:52:49 UTC
Size:
852 bytes
patch
obsolete
>From b7a158be6d93b8b45695f6d08978e1ebe20af108 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 11 May 2022 15:47:58 +0100 >Subject: [PATCH] Bug 29021: RenewAccruingItemWhenPaid renewals are not seen > >This patch updates the call to AddRewewal from Koha::Accounts to makr >the renewal as unseen. > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > 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 b940d6acef..e7e63adbfa 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -1035,7 +1035,7 @@ sub renew_item { > $self->{branchcode}, > undef, > undef, >- 1 >+ 0 > ); > return { > itemnumber => $itemnumber, >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29021
:
134897
|
144503
|
145761
|
145762
|
145799