adamsaghy commented on code in PR #3317:
URL: https://github.com/apache/fineract/pull/3317#discussion_r1274786071
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccountTransaction.java:
##########
@@ -365,6 +369,7 @@ private SavingsAccountTransaction(final Integer
transactionTypeEnum, final Local
this.balanceNumberOfDays = balanceNumberOfDays;
this.overdraftAmount = overdraftAmount;
this.createdDate = createdDate;
+ this.submittedOnDate = DateUtils.getBusinessLocalDate();
Review Comment:
Please check the copy transaction logic (`copyTransaction` method) as well,
whether it gets properly submitted on date or not!
--
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]