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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to