From ba063f8fea78530b7b89e37f67f3cf5c43bd5f37 Mon Sep 17 00:00:00 2001 From: Bright Date: Wed, 6 Nov 2024 09:50:58 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=9D=E0=B9=88=E0=B8=B2=E0=B8=A2/?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B8=87=E0=B8=81=E0=B8=B1=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CommandController.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 60e1075e..5d9323d0 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3173,14 +3173,14 @@ export class CommandController extends Controller { no: Extension.ToThaiNumber((i + 1).toString()), fullName: `${item.Prefix ?? ""}${item.FirstName ?? ""} ${item.LastName ?? ""}`, oc: - (posMasterAct.posMasterChild?.current_holder?.position ?? "-") + - "/" + + /*(posMasterAct.posMasterChild?.current_holder?.position ?? "-") + + "/" +*/ (_organization ?? "-"), postype: posMasterAct.posMasterChild?.current_holder?.posType?.posTypeName ?? "-", poslevel: posMasterAct.posMasterChild?.current_holder?.posLevel?.posLevelName ?? "-", organizationNew: - (posMasterAct.posMaster?.current_holder?.position ?? "-") + - "/" + + /*(posMasterAct.posMaster?.current_holder?.position ?? "-") + + "/" +*/ (_organizationNew ?? "-"), // date: Extension.ToThaiShortDate_noPrefix(new Date()), dateStart: "-",