alberto-art3ch commented on code in PR #3836:
URL: https://github.com/apache/fineract/pull/3836#discussion_r1548204300


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/data/LoanTermVariationsDataWrapper.java:
##########
@@ -172,4 +172,8 @@ public void resetVariations() {
         this.dueDateIterator = this.dueDateVariation.listIterator();
     }
 
+    public boolean hasAnyVariation() {

Review Comment:
   The purpose of this is to know when the Loan account has any variation and 
If this is true that means the Loan has been rescheduled. 



-- 
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