From 6aac3445c63fc994dfb90bf20103cd5ea1f118d2 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

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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..a35fbe39be 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.19.2