refactor: delete docment receive point
This commit is contained in:
parent
3679de69f1
commit
d6c0d8da92
4 changed files with 0 additions and 19 deletions
|
|
@ -221,7 +221,6 @@ export type Quotation = {
|
|||
| 'BillSplitCustom';
|
||||
date: string | Date;
|
||||
dueDate: string | Date;
|
||||
documentReceivePoint: string;
|
||||
contactTel: string;
|
||||
contactName: string;
|
||||
workName: string;
|
||||
|
|
@ -307,7 +306,6 @@ export type QuotationFull = {
|
|||
| 'BillSplitCustom';
|
||||
date: string | Date;
|
||||
dueDate: string | Date;
|
||||
documentReceivePoint: string;
|
||||
contactTel: string;
|
||||
contactName: string;
|
||||
workName: string;
|
||||
|
|
@ -374,7 +372,6 @@ export type QuotationPayload = {
|
|||
| 'BillSplit'
|
||||
| 'BillSplitCustom';
|
||||
dueDate: Date;
|
||||
documentReceivePoint: string;
|
||||
contactTel: string;
|
||||
contactName: string;
|
||||
workName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue