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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanAssembler.java:
##########
@@ -835,6 +835,12 @@ public Map<String, Object> updateFrom(JsonCommand command, 
Loan loan) {
             
loan.updateLoanRates(rateAssembler.fromParsedJson(command.parsedJson()));
         }
 
+        if (command.hasParameter(LoanProductConstants.ENABLE_DOWN_PAYMENT)) {

Review Comment:
   Done! new validation method implemented in the LoanScheduleValidator



-- 
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-unsubscr...@fineract.apache.org

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

Reply via email to