From e6116da2ba6ea2db720dc5a3f5ea249bc4704211 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Tue, 9 Jul 2024 14:53:56 +0700 Subject: [PATCH] no message --- src/controllers/ReportController.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index 1b20f57..b8d6e23 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -1915,11 +1915,10 @@ export class ReportController extends Controller { const affiliation = fullNameParts .filter((part) => part !== undefined && part !== null) .join("/"); - const position = profile.position; return { no: Extension.ToThaiNumber((index + 1).toLocaleString()), fullname: profile.prefix + profile.firstName + " " + profile.lastName, - position: position, + position: profile.position, affiliation: affiliation, posLevel: profile.posLevel, posNumber: @@ -2010,11 +2009,10 @@ export class ReportController extends Controller { const affiliation = fullNameParts .filter((part) => part !== undefined && part !== null) .join("/"); - const position = profile.position; return { no: Extension.ToThaiNumber((index + 1).toLocaleString()), fullname: profile.prefix + profile.firstName + " " + profile.lastName, - position: position, + position: profile.position, affiliation: affiliation, posLevel: profile.posLevel, posNumber: