refactor: handle goTo DebitNote

This commit is contained in:
Thanaphon Frappet 2025-02-21 13:59:25 +07:00
parent b4a98ae283
commit 4aa27d834f
3 changed files with 43 additions and 8 deletions

View file

@ -9,7 +9,7 @@ export type RequestData = {
createdAt: string;
updatedAt: string;
quotation: QuotationFull;
quotation: QuotationFull & { isDebitNote: boolean };
quotationId: string;
flow: Record<string, any>;