josehernandezfintecheandomx commented on code in PR #3510:
URL: https://github.com/apache/fineract/pull/3510#discussion_r1361378973
##########
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:
Done! It has been updated and now It's on Loan entity level inherit from the
Loan Product at request time
<img width="1365" alt="Screenshot 2023-10-16 at 6 16 10 p m"
src="https://github.com/apache/fineract/assets/44206706/5dfbdf5f-7a8b-44d6-8427-a64a89dcf60a">
##########
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:
Done! It has been updated and now It's on Loan entity level inherit from the
Loan Product at request time
<img width="1365" alt="Screenshot 2023-10-16 at 6 16 10 p m"
src="https://github.com/apache/fineract/assets/44206706/5dfbdf5f-7a8b-44d6-8427-a64a89dcf60a">
--
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]