refactor: show field code

This commit is contained in:
Thanaphon Frappet 2025-02-24 12:00:28 +07:00
parent 5983febe72
commit 644dca2bf7
4 changed files with 25 additions and 2 deletions

View file

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