support setting the time of the initial balance when creating a new account
This commit is contained in:
@@ -10,6 +10,7 @@ export function setAccountModelByAnotherAccount(account, account2) {
|
||||
account.color = account2.color;
|
||||
account.currency = account2.currency;
|
||||
account.balance = account2.balance;
|
||||
account.balanceTime = account2.balanceTime;
|
||||
account.comment = account2.comment;
|
||||
account.visible = !account2.hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user