no message
This commit is contained in:
parent
99b45e4392
commit
b3991596b5
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
: "",
|
||||
RetireDate:
|
||||
profiles.dateRetireLaw != null
|
||||
? Extension.ToThaiFullDate2(profiles.dateRetireLaw)
|
||||
? Extension.ToThaiNumber(Extension.ToThaiFullDate2(profiles.dateRetireLaw))
|
||||
: "",
|
||||
CurrentAddress:
|
||||
profiles.currentAddress != null ? Extension.ToThaiNumber(profiles.currentAddress) : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue