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: "-",