diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index ca36177..c05ac1c 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -375,7 +375,7 @@ export class ReportController extends Controller { const affiliation = fullNameParts .filter((part) => part !== undefined && part !== null) .join("\n"); - + const fullName = `${profile.prefix}${profile.firstName} ${profile.lastName}`; return { no: Extension.ToThaiNumber((index + 1).toLocaleString()),