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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/serialization/LoanProductDataValidator.java:
##########
@@ -345,6 +346,22 @@ public void validateForCreate(final JsonCommand command) {
         // Validating whether the processor is existing
         
loanRepaymentScheduleTransactionProcessorFactory.determineProcessor(transactionProcessingStrategyCode);
 
+        String loanScheduleProcessingType = 
LoanScheduleProcessingType.HORIZONTAL.name();

Review Comment:
   Done! restored



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