show timezone in transaction list page if the timezone of transaction does not equal with client current timezone
This commit is contained in:
@@ -1001,6 +1001,7 @@ func (s *TransactionService) GetRelatedTransferTransaction(originalTransaction *
|
||||
Type: relatedType,
|
||||
CategoryId: originalTransaction.CategoryId,
|
||||
TransactionTime: relatedTransactionTime,
|
||||
TimezoneUtcOffset: originalTransaction.TimezoneUtcOffset,
|
||||
AccountId: originalTransaction.RelatedAccountId,
|
||||
Amount: originalTransaction.RelatedAccountAmount,
|
||||
RelatedId: originalTransaction.TransactionId,
|
||||
|
||||
Reference in New Issue
Block a user