adamsaghy commented on code in PR #4510:
URL: https://github.com/apache/fineract/pull/4510#discussion_r2026639438
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanApplicationValidator.java:
##########
@@ -1034,6 +1019,13 @@ public void validateForModify(final JsonCommand command,
final Loan loan) {
baseDataValidator.reset().parameter(LoanApiConstants.interestTypeParameterName).value(interestType).notNull()
.inMinMaxRange(0, 1);
}
+ if
(this.fromApiJsonHelper.parameterExists(LoanApiConstants.repaymentFrequencyTypeParameterName,
element)) {
Review Comment:
This validation already exists in line of 1004
--
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]