mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
allow user to limit time scope for editing transaction
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user