mariiaKraievska commented on code in PR #4736:
URL: https://github.com/apache/fineract/pull/4736#discussion_r2139441640


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -524,6 +526,9 @@ public CommandProcessingResult disburseLoan(final Long 
loanId, final JsonCommand
 
         journalEntryPoster.postJournalEntries(loan, existingTransactionIds, 
existingReversedTransactionIds);
         
loanAccrualTransactionBusinessEventService.raiseBusinessEventForAccrualTransactions(loan,
 existingTransactionIds);
+        if (downPaymentTransaction != null) {

Review Comment:
   Done



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