refactor: delete docment receive point

This commit is contained in:
Thanaphon Frappet 2024-11-29 10:17:31 +07:00
parent 3679de69f1
commit d6c0d8da92
4 changed files with 0 additions and 19 deletions

View file

@ -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;