Bugzilla – Attachment 83098 Details for
Bug 21727
Add Koha::Account::Line->adjust
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21727: Add clarifications to the POD of adjust
Bug-21727-Add-clarifications-to-the-POD-of-adjust.patch (text/plain), 1.10 KB, created by
Josef Moravec
on 2018-12-12 11:36:39 UTC
(
hide
)
Description:
Bug 21727: Add clarifications to the POD of adjust
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-12-12 11:36:39 UTC
Size:
1.10 KB
patch
obsolete
>From 219d78e5dcb0f4b2ff15e32a49755fee42650109 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 11 Dec 2018 17:45:15 +0000 >Subject: [PATCH] Bug 21727: Add clarifications to the POD of adjust > >Sponsored-by: PTFS Europe >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > Koha/Account/Line.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm >index 180771eae7..26c97e346b 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -219,6 +219,12 @@ This method allows updating a debit or credit on a patron's account > $update_type can be any of: > - fine_increment > >+Authors Note: The intention here is that this method is only used >+to adjust accountlines where the final amount is not yet known/fixed. >+Incrementing fines are the only existing case at the time of writing, >+all other forms of 'adjustment' should be recorded as distinct credits >+or debits and applied, via an offset, to the corresponding debit or credit. >+ > =cut > > sub adjust { >-- >2.11.0
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 21727
:
81879
|
82777
|
82778
|
83054
|
83055
|
83056
|
83058
|
83088
|
83089
|
83090
|
83091
|
83095
|
83096
|
83097
| 83098 |
83101
|
83117
|
83118
|
83121
|
83122
|
83818