checkpoint
This commit is contained in:
parent
5402b06696
commit
98638b9182
1 changed files with 1 additions and 1 deletions
|
|
@ -5357,7 +5357,7 @@ export class ReportController extends Controller {
|
|||
fullName: fullName,
|
||||
affiliation: affiliation,
|
||||
position: profile.position,
|
||||
posLevel: profile.posLevel,
|
||||
posLevel: profile.posLevel ? Extension.ToThaiNumber(profile.posLevel.toString()) : null,
|
||||
posNumber:
|
||||
Extension.ToThaiNumber(profile.orgShortName) +
|
||||
" " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue