danielales2541 commented on code in PR #4510:
URL: https://github.com/apache/fineract/pull/4510#discussion_r2029267018
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanRepaymentScheduleTransactionProcessorFactory.java:
##########
@@ -43,6 +43,7 @@ public LoanRepaymentScheduleTransactionProcessor
determineProcessor(final String
if (processor.isEmpty() && Boolean.TRUE.equals(errorNotFoundFail)) {
throw new
LoanTransactionProcessingStrategyNotFoundException(transactionProcessingStrategy);
+
Review Comment:
the elimination thanks
--
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]