Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2025-07-11 17:07:04 +07:00
commit 3c92e500fe

View file

@ -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()),