fynmanoj commented on code in PR #2353:
URL: https://github.com/apache/fineract/pull/2353#discussion_r893686157


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccount.java:
##########
@@ -975,12 +975,12 @@ protected void recalculateDailyBalances(final Money 
openingAccountBalance, final
 
         boolean isTransactionsModified = false;
         for (final SavingsAccountTransaction transaction : 
accountTransactionsSorted) {
-            if (transaction.isReversed()) {
+            if (transaction.isReversed() && 
transaction.isReversalTransaction()) {

Review Comment:
   This should be OR  not AND



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