refactor: handle goTo DebitNote
This commit is contained in:
parent
b4a98ae283
commit
4aa27d834f
3 changed files with 43 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ export type RequestData = {
|
|||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
||||
quotation: QuotationFull;
|
||||
quotation: QuotationFull & { isDebitNote: boolean };
|
||||
quotationId: string;
|
||||
|
||||
flow: Record<string, any>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue