allow user to limit time scope for editing transaction

This commit is contained in:
MaysWind
2021-03-11 01:16:30 +08:00
parent d3d1bc59b2
commit bd26796184
13 changed files with 292 additions and 73 deletions
+2 -1
View File
@@ -662,7 +662,8 @@ export default {
destinationAccountId: '0',
destinationAmount: 0,
tagIds: self.transaction.tagIds,
comment: self.transaction.comment
comment: self.transaction.comment,
utcOffset: self.$utilities.getTimezoneOffsetMinutes()
};
if (self.transaction.type === self.$constants.transaction.allTransactionTypes.Expense) {