adamsaghy commented on code in PR #6187:
URL: https://github.com/apache/fineract/pull/6187#discussion_r3704899455
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/domain/AccountTransferTransaction.java:
##########
@@ -64,6 +68,10 @@ public class AccountTransferTransaction extends
AbstractPersistableCustom<Long>
@Column(name = "transaction_date")
private LocalDate date;
+ @Column(name = "transaction_time")
+ @Convert(converter = UtcOffsetTimeAttributeConverter.class)
Review Comment:
We dont need converter...
--
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]