Also pass Suggestion-Object from EditRow
This commit is contained in:
parent
306edbf817
commit
75b48be20d
@ -12,8 +12,11 @@ const Transaction = accountStore.Transactions.get(props.transactionid)!;
|
|||||||
|
|
||||||
const payload = computed(() => JSON.stringify({
|
const payload = computed(() => JSON.stringify({
|
||||||
date: Transaction.Date,
|
date: Transaction.Date,
|
||||||
payee: Transaction.Payee,
|
payee: {
|
||||||
category: Transaction.Category,
|
Name: Transaction.Payee,
|
||||||
|
ID: Transaction.PayeeID,
|
||||||
|
},
|
||||||
|
category: Transaction.CategoryID,
|
||||||
memo: Transaction.Memo,
|
memo: Transaction.Memo,
|
||||||
amount: Transaction.Amount,
|
amount: Transaction.Amount,
|
||||||
state: "Uncleared"
|
state: "Uncleared"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user