marta-jankovics commented on code in PR #3351:
URL: https://github.com/apache/fineract/pull/3351#discussion_r1285133662


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/DepositAccountReadPlatformServiceImpl.java:
##########
@@ -1664,7 +1668,7 @@ public SavingsAccountTransactionData mapRow(final 
ResultSet rs, @SuppressWarning
             final String note = null;
             return SavingsAccountTransactionData.create(savingsId, 
transactionType, paymentDetailData, savingsId, accountNo, duedate,
                     currency, dueamount, outstandingChargeAmount, 
runningBalance, false, transfer, postInterestAsOn, submittedByUsername,
-                    note);
+                    note, duedate);

Review Comment:
   Here I think still the saving schedule duedate is passed in as 
submittedOnDate



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