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


##########
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:
   We need to raise balance changed event even there was no down payment 
transaction.



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