From b0800c7b052d8c3e84da3ef67cb44dea769fc1d0 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 7 Oct 2024 13:25:53 +0700 Subject: [PATCH] refactor: edit type QuotationPayload add workerIndex in productServiceList --- src/stores/quotations/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/quotations/types.ts b/src/stores/quotations/types.ts index ce29ff26..d5b948c8 100644 --- a/src/stores/quotations/types.ts +++ b/src/stores/quotations/types.ts @@ -241,6 +241,7 @@ export type QuotationFull = { export type QuotationPayload = { productServiceList: { + workerIndex: number[]; vat?: number; pricePerUnit?: number; discount?: number;