galovics commented on code in PR #2705:
URL: https://github.com/apache/fineract/pull/2705#discussion_r1006137516
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -2564,6 +2578,12 @@ public CommandProcessingResult
bulkLoanReassignment(final JsonCommand command) {
.build();
}
+ private boolean isLoanLocked(Long loanId) {
Review Comment:
Do you think we could put this into a separate component to be reused from
other places in the future?
Maybe it'd make sense to create a service just for the locking domain.
--
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]