From bd9eeb4c8ca0341237ff1dbfe80a5887a7bebe3b Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:18:20 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20tax?= =?UTF-8?q?No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/customer/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index 71410100..9b3724c0 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -21,7 +21,7 @@ export type CustomerBranchCreate = { legalPersonNo: string; - taxNo: string; + taxNo?: string | null; name: string; nameEN: string; addressEN: string;