no message

This commit is contained in:
Bright 2024-07-12 16:22:45 +07:00
parent e8ff7f76cc
commit d0b3f73a56

View file

@ -1118,7 +1118,7 @@ export class ReportController extends Controller {
}
}
formattedData = {
year: period_ ? Extension.ToThaiNumber(period_.year.toString()) : "-",
year: period_ ? Extension.ToThaiNumber((period_.year+543).toString()) : "-",
fullName: userInfo
? userInfo[0]?.prefix + userInfo[0]?.firstName + " " + userInfo[0]?.lastName
: "-",