Bugzilla – Attachment 134897 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), 786 bytes, created by
Martin Renvoize (ashimema)
on 2022-05-11 14:53:26 UTC
(
hide
)
Description:
Bug 29021: RenewAccruingItemWhenPaid renewals are not seen
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-05-11 14:53:26 UTC
Size:
786 bytes
patch
obsolete
>From f56a024e8f2e51c8f48352eab0da1d04d7fe3483 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. >--- > 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 af93725d60..b028a89b5e 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.20.1
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