reluxa commented on code in PR #3751:
URL: https://github.com/apache/fineract/pull/3751#discussion_r1494632074
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/journalentry/service/AccountingProcessorHelper.java:
##########
@@ -382,12 +382,12 @@ public void
createJournalEntriesAndReversalsForLoanCharges(final Office office,
}
}
- if (totalAmount.compareTo(totalCreditedAmount) != 0) {
- throw new PlatformDataIntegrityException(
- "Meltdown in advanced accounting...sum of all charges is
not equal to the fee charge for a transaction",
- "Meltdown in advanced accounting...sum of all charges is
not equal to the fee charge for a transaction",
- totalCreditedAmount, totalAmount);
- }
+ // if (totalAmount.compareTo(totalCreditedAmount) != 0) {
Review Comment:
This needs to be reenabled before merging.
--
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]