mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
disable transaction draft when update closing balance
This commit is contained in:
@@ -467,7 +467,8 @@ function updateClosingBalance(): void {
|
||||
amount: newTransactionAmount,
|
||||
accountId: accountId.value,
|
||||
setAmount: true,
|
||||
setTransactionTime: setTransactionTime
|
||||
setTransactionTime: setTransactionTime,
|
||||
noTransactionDraft: true
|
||||
}).then(result => {
|
||||
if (result && result.message) {
|
||||
snackbar.value?.showMessage(result.message);
|
||||
|
||||
Reference in New Issue
Block a user