feat: push id quotation
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
This commit is contained in:
parent
0ad05fa960
commit
6c33e153b7
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ async function submitRejectCancel() {
|
|||
})
|
||||
: goToQuotation(data.quotation, {
|
||||
tab: 'invoice',
|
||||
id: data.quotation.invoice?.[index]?.id,
|
||||
id: data.quotation.id,
|
||||
amount: data.quotation.invoice?.[index]?.amount,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue