Bugzilla – Attachment 119702 Details for
Bug 25508
Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25508: Add info about caller responsabilities
Bug-25508-Add-info-about-caller-responsabilities.patch (text/plain), 903 bytes, created by
Jonathan Druart
on 2021-04-16 10:08:30 UTC
(
hide
)
Description:
Bug 25508: Add info about caller responsabilities
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-16 10:08:30 UTC
Size:
903 bytes
patch
obsolete
>From 6c19deebff0444bbb0491b9f229307b0e9d54de4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 16 Apr 2021 12:07:49 +0200 >Subject: [PATCH] Bug 25508: Add info about caller responsabilities > >We are removing the test on the existence of item and patron, callers >must call renewable before. >--- > Koha/Account/Line.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm >index 22aaa4e00f..87532de479 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -912,7 +912,8 @@ sub renewable { > my $renew_result = $line->renew_item; > > Conditionally attempt to renew an item and return the outcome. This is >-as a consequence of the fine on an item being fully paid off >+as a consequence of the fine on an item being fully paid off. >+Caller must call renewable before. > > =cut > >-- >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 25508
:
118765
|
118776
|
118777
|
118778
|
119191
|
119192
|
119213
|
119214
|
119639
|
119640
|
119641
| 119702 |
146001
|
146002
|
146003
|
146004