refactor: invoice is null
This commit is contained in:
parent
694bff4064
commit
faab828eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ export type QuotationPayload = {
|
|||
_count: { worker: number };
|
||||
discount?: number;
|
||||
payBillDate?: Date | null;
|
||||
paySplit: { no: number; amount: number; invoice: boolean }[];
|
||||
paySplit: { no: number; amount: number; invoice?: boolean }[];
|
||||
paySplitCount?: number | null; // int
|
||||
payCondition:
|
||||
| 'Full'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue