refactor: show field code
This commit is contained in:
parent
5983febe72
commit
644dca2bf7
4 changed files with 25 additions and 2 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue