adamsaghy commented on code in PR #3317:
URL: https://github.com/apache/fineract/pull/3317#discussion_r1270872199


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccountTransaction.java:
##########
@@ -345,6 +348,7 @@ private SavingsAccountTransaction(final SavingsAccount 
savingsAccount, final Off
         this.reversed = isReversed;
         this.paymentDetail = paymentDetail;
         this.createdDate = createdDate;
+        this.submittedOnDate = DateUtils.getBusinessLocalDate();

Review Comment:
   There are multiple constructor of the savings transaction. It might worth to 
cover all places where a transaction can be created then the submitted on date 
shall be set as well!



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