adamsaghy commented on code in PR #6082:
URL: https://github.com/apache/fineract/pull/6082#discussion_r3529068783
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanWritePlatformServiceImpl.java:
##########
@@ -770,11 +769,11 @@ private CommandProcessingResult
makeRepaymentLikeTransaction(final Long loanId,
amortizationScheduleWriteService.applyRepayment(loan,
transactionDate, principalPortion);
}
if (backdated) {
- transactionReprocessingService.reprocessTransactions(loan,
allTransactions);
Review Comment:
I dont think we need different behaviour between backdated transaction vs
undo transaction. Lets undo these and leave delinquency handling outside of
transaction reprocessing.
--
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]