adamsaghy commented on code in PR #4736:
URL: https://github.com/apache/fineract/pull/4736#discussion_r2132247517
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/journalentry/service/AccountingProcessorHelper.java:
##########
@@ -852,6 +852,17 @@ private void createCreditJournalEntryForSavings(final
Office office, final Strin
persistJournalEntry(journalEntry);
}
+ private boolean isDuplicateLoanJournalEntry(final String
modifiedTransactionId, final GLAccount account,
Review Comment:
I am not sure i fully understand this... can you elaborate why do we need
this check?
--
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]