You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by "adamsaghy (via GitHub)" <gi...@apache.org> on 2023/04/04 01:16:28 UTC

[GitHub] [fineract] adamsaghy commented on a diff in pull request #3100: [FINERACT-1888] Chargeback acoounting fix

adamsaghy commented on code in PR #3100:
URL: https://github.com/apache/fineract/pull/3100#discussion_r1156613453


##########
fineract-provider/src/main/java/org/apache/fineract/accounting/journalentry/data/LoanDTO.java:
##########
@@ -45,4 +46,6 @@ public class LoanDTO {
     private boolean markedAsChargeOff;
     @Setter
     private boolean markedAsFraud;
+    @Setter
+    private BigDecimal overpaidAmount;

Review Comment:
   Not needed, overpayment amount can be found in the `LoanTransactionDTO`
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org