ruchiD commented on code in PR #3510:
URL: https://github.com/apache/fineract/pull/3510#discussion_r1360552467
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/LoanApplicationTerms.java:
##########
@@ -217,6 +217,8 @@ public final class LoanApplicationTerms {
private boolean isScheduleExtensionForDownPaymentDisabled;
private Money disbursedPrincipal;
+ private boolean enableInstallmentLevelDlnqcy;
+
Review Comment:
@josehernandezfintecheandomx, not sure if this configuration needs to be
passed on for LoanApplicationTerms.
Also please check if Loan needs to inherit this configuration. If yes,
changes needs to be implemented for the same.
--
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]