no message
This commit is contained in:
parent
e8ff7f76cc
commit
d0b3f73a56
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ export class ReportController extends Controller {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
formattedData = {
|
formattedData = {
|
||||||
year: period_ ? Extension.ToThaiNumber(period_.year.toString()) : "-",
|
year: period_ ? Extension.ToThaiNumber((period_.year+543).toString()) : "-",
|
||||||
fullName: userInfo
|
fullName: userInfo
|
||||||
? userInfo[0]?.prefix + userInfo[0]?.firstName + " " + userInfo[0]?.lastName
|
? userInfo[0]?.prefix + userInfo[0]?.firstName + " " + userInfo[0]?.lastName
|
||||||
: "-",
|
: "-",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue